Describe the enhancement requested
Add Expm1(exponent) scalar arithmetic function.
Expm1(exponent) is a more accurate way of computing Exp(exponent) - 1.0 for small values of exponent. Implementations are provided by standard C library implementations.
Component(s)
C++
Describe the enhancement requested
Add
Expm1(exponent)scalar arithmetic function.Expm1(exponent)is a more accurate way of computingExp(exponent) - 1.0for small values ofexponent. Implementations are provided by standard C library implementations.Component(s)
C++