expm1f Function

Calculates the base-e exponential of the argument, minus 1

inline float expm1f(
   float _X
) restrict(amp);

Parameters

  • _X
    Floating-point value

Return Value

Returns the base-e exponential of the argument, minus 1

Requirements

Header: amp_math.h

Namespace: Concurrency::precise_math

See Also

Reference

Concurrency::precise_math Namespace