Searched defs:asinhf (Results 1 – 1 of 1) 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