Home | History | Annotate | Download | only in include

Lines Matching full:expm1l

197 long double    expm1l(long double x);
1144 inline _LIBCPP_INLINE_VISIBILITY long double expm1(long double __lcpp_x) _NOEXCEPT {return ::expm1l(__lcpp_x);}