Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

exponential javascript

// Use Math.exp(a) to return the exponential of the value passed
var num = Math.exp(1)
Source by sebhastian.com #
 
PREVIOUS NEXT
Tagged: #exponential #javascript
ADD COMMENT
Topic
Name
8+5 =