Exp

From Mesham
Revision as of 10:34, 7 February 2013 by Polas (talk | contribs) (Created page with '== Overview == This exp(x) function will return the exponent of ''x'' (e to the power of ''x''). * '''Pass:''' A Double * '''Returns:''' A Double representing the expon…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Overview

This exp(x) function will return the exponent of x (e to the power of x).

Example

#include <maths>
var a:=exp(23.4);

Since: Version 1.0