Searched defs:atanf (Results 1 – 3 of 3) sorted by relevance
45 pub fn atanf(mut x: f32) -> f32 { in atanf() function
84 mod atanf; module
69 __DEVICE__ float atanf(float __a) { return __nv_atanf(__a); } in atanf() function