Home | History | Annotate | Download | only in include

Lines Matching full:acosh

156 floating_point acosh (arithmetic x);
1051 // acosh
1054 using ::acosh;
1057 inline _LIBCPP_INLINE_VISIBILITY float acosh(float __lcpp_x) _NOEXCEPT {return acoshf(__lcpp_x);}
1058 inline _LIBCPP_INLINE_VISIBILITY long double acosh(long double __lcpp_x) _NOEXCEPT {return acoshl(__lcpp_x);}
1063 acosh(_A1 __lcpp_x) _NOEXCEPT {return acosh((double)__lcpp_x);}