Searched defs:asinhf (Results 1 – 3 of 3) sorted by relevance
143 #define asinhf(f) ((float) asinh(f)) macro151 static inline float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); } in asinhf() function
143 #define asinhf(f) ((float) asinh(f)) macro152 static inline float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); } in asinhf() function
122 asinhf, enumerator