Difference between revisions of "Exp"

From Mesham
Jump to navigationJump to search
m (2 revisions imported)
 
(No difference)

Latest revision as of 15:45, 15 April 2019

Overview

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

Example

#include <maths>

function void main() {
   var a:=exp(23.4);
};

Since: Version 1.0