Codebase list libmawk / 30b66529-447f-407d-a34b-b48ac0e29c37/main scconfig / src / math / find_func.h
30b66529-447f-407d-a34b-b48ac0e29c37/main

Tree @30b66529-447f-407d-a34b-b48ac0e29c37/main (Download .tar.gz)

find_func.h @30b66529-447f-407d-a34b-b48ac0e29c37/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);