contents index previous next
Clib.exp()
syntax:
Clib.exp(x)
where:
x - number to work with.
return:
x - exponential value of x.
description:
This method returns the exponential value of x.
see:
Clib.frexp(), Clib.ldexp(), Clib.pow()
Clib.fabs()