Reference for Wiring version 0024+. 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 January 11, 2010 09:41:52pm PST

Creative Commons License