Searched refs:LOG10E (Results 1 – 2 of 2) sorted by relevance
27 #define LOG10E 0.43429448190325182765 macro325 double WRAPPER_FUNC(log10)(double x) { check_nan_d1(x); return log(x)*LOG10E; } in WRAPPER_FUNC()
25 #define LOG10E 0.43429448190325182765 macro
Completed in 5 milliseconds