Searched defs:atanf (Results 1 – 4 of 4) sorted by relevance
1 .global atanf symbol3 atanf: label
41 float atanf(float x) in atanf() function
45 pub fn atanf(mut x: f32) -> f32 { in atanf() function
84 mod atanf; module