Searched defs:tanf (Results 1 – 3 of 3) sorted by relevance
/external/musl/src/math/ | ||
D | tanf.c | 26 float tanf(float x) in tanf() function |
/external/rust/crates/libm/src/math/ | ||
D | tanf.rs | 28 pub fn tanf(x: f32) -> f32 { in tanf() function |
D | mod.rs | 170 mod tanf; module |