Skip to main content

exp

Discworld driver help

exp

Name

exp() - find e to the power of a float

Synopsis

float exp( float f );

Description

exp() returns e^f.

See also

log(), pow(), sqrt()