exp function

This 2019.0 documentation has been archived and is no longer updated. Content and links may be outdated. See the latest documentation.

Syntax

  • float exp(float x)

Returns

The base-e exponential function of x; this is the e number raised to the power x.

Description

The exp function calculates the exponential value of x.

Related


In this topic