VistaDB 6
VistaDB / Developer's Guide / SQL Reference / Functions / Mathematical Functions / EXP
In This Topic
EXP
In This Topic
Returns the math constant e (~2.71828183) raised to the power of the number passed.


Example

SELECT EXP(2);

RETURNS: 7.38905609893065

See Also