Searched defs:atanhf (Results 1 – 3 of 3) sorted by relevance
144 #define atanhf(f) ((float) atanh(f)) macro153 static inline float atanhf(float x) { return (logf(1.0f + x) - logf(1.0f - x)) / 2.0f; } in atanhf() function
117 atanhf, enumerator