log1p Function

Calculates the base-e logarithm of 1 plus the argument

inline float log1p(
   float _X
) restrict(amp);
inline double log1p(
   double _X
) restrict(amp);

Parameters

  • _X
    Floating-point value

Return Value

Returns the base-e logarithm of 1 plus the argument

Requirements

Header: amp_math.h

Namespace: Concurrency::precise_math

See Also

Reference

Concurrency::precise_math Namespace