Codebase list libmawk / 7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main scconfig / src / math / find_func.h
7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main

Tree @7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main (Download .tar.gz)

find_func.h @7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main

b761e9e
 
 
 
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);