expm1

View page source

The Exponential Function Minus One: expm1

Syntax

y = expm1 ( x )

Description

Returns the value of the exponential function minus one which is defined by y == exp ( x ) - 1 .

x, y

See the Possible Types for a unary standard math function.

Atomic

This is an atomic operation .

Example

The file expm1.cpp contains an example and test of this function.