Codebase list libmawk / e6ceb860-1bcc-4cc8-8ccb-412e0c97ee18/main scconfig / src / math / find_func.h
e6ceb860-1bcc-4cc8-8ccb-412e0c97ee18/main

Tree @e6ceb860-1bcc-4cc8-8ccb-412e0c97ee18/main (Download .tar.gz)

find_func.h @e6ceb860-1bcc-4cc8-8ccb-412e0c97ee18/mainraw · history · blame

1
2
3
4
int find_math_expf(const char *name, int logdepth, int fatal);
int find_math_logf(const char *name, int logdepth, int fatal);
int find_math_rint(const char *name, int logdepth, int fatal);
int find_math_round(const char *name, int logdepth, int fatal);