Searched defs:logarithm_f (Results 1 - 1 of 1) sorted by relevance
/third_party/lame/misc/ | ||
H A D | ath.c | 189 static long double logarithm_f ( long double x ) { return x > 0.L ? log10 (x) : -3.5L; } in logarithm_f() function |
Completed in 3 milliseconds