Home
last modified time | relevance | path

Searched defs:tanhf (Results 1 – 3 of 3) sorted by relevance

/external/musl/src/math/
Dtanhf.c3 float tanhf(float x) in tanhf() function
/external/rust/crates/libm/src/math/
Dtanhf.rs4 pub fn tanhf(mut x: f32) -> f32 { in tanhf() function
Dmod.rs172 mod tanhf; module