Reference for Wiring version 0027+. If you have a previous version, use the reference included with your software. If you see any errors or have any comments, let us know.

Name

exp()

Examples
float c = exp(2);  // Sets c to exp(e)
Description Calculates the exponential value of x.
Syntax
exp(x)
Parameters
x float or int
Returns float
Usage Application
Updated on September 16, 2010 09:15:29pm PDT

Creative Commons License