Searched refs:LOG2E (Results 1 – 2 of 2) sorted by relevance
26 #define LOG2E 1.44269504088896340737 macro323 double WRAPPER_FUNC(log2)(double x) { check_nan_d1(x); return log(x)*LOG2E; } in WRAPPER_FUNC()
24 #define LOG2E 1.44269504088896340737 macro
Completed in 4 milliseconds