Codebase list libmawk / debian/1.0.0-3 scconfig / src / math / find_func.h
debian/1.0.0-3

Tree @debian/1.0.0-3 (Download .tar.gz)

find_func.h @debian/1.0.0-3raw · 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);