Home
last modified time | relevance | path

Searched refs:LN10_F32 (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/libm/src/math/
Dexp10f.rs3 const LN10_F32: f32 = 3.32192809488736234787031942948939; constant
17 y = exp2f(LN10_F32 * y); in exp10f()