Codebase list libmawk / 90d5d2b3-585a-4bfd-a55b-70221f790edb/main scconfig / src / math / find_func.h
90d5d2b3-585a-4bfd-a55b-70221f790edb/main

Tree @90d5d2b3-585a-4bfd-a55b-70221f790edb/main (Download .tar.gz)

find_func.h @90d5d2b3-585a-4bfd-a55b-70221f790edb/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);