NAME
exp - compute exponential
SYNOPSIS
float exp(float x)
DESCRIPTION
Return the exponential value of the given argument.
ERRORS
If the computed exponential is too large, an error will result.
exp - compute exponential
float exp(float x)
Return the exponential value of the given argument.
If the computed exponential is too large, an error will result.