company logo

Value :: exp - Calculate exponential function on base-e

The function returns the base-e exponent value for the value.

Return value:  Value ( odaba::Value & )

Value of any type.

Implementation details

odaba::Value Value  :: exp (  )

The function converts the value into a double float point value. When conversion fails, the function throws an exception. Otherwise, the function calculates the exponential function on base-e.