expm1x
expm1x is a mathematical function defined as exp(x) − 1, where exp denotes the exponential function e^x. It is closely related to the commonly used expm1 function in numerical software, and in many libraries expm1x serves as an alias or variant of expm1. The naming may vary by implementation, with some contexts explicitly calling the operation expm1x to emphasize a version suitable for vectorization, extended precision, or complex inputs, while others simply use expm1.
For real inputs, expm1x maps the real line onto the interval (-1, ∞), with expm1x(0) = 0. Its
Numerical considerations are central to expm1x. For small x, computing e^x − 1 directly can suffer from
Although expm1x is not universally standardized as a separate function name, it commonly appears as an alias