Framework (A-Z)

Reference for Wiring version 1.0 Build 0100+ If you have a previous version, use the reference included with your software. If 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 July 07, 2011 11:08:13pm PDT

Creative Commons License