Home
last modified time | relevance | path

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

/external/musl/src/math/
Dtanf.c26 float tanf(float x) in tanf() function
/external/rust/crates/libm/src/math/
Dtanf.rs28 pub fn tanf(x: f32) -> f32 { in tanf() function
Dmod.rs170 mod tanf; module