Math.exp(x) â float
Class Public methods
Returns e**x.
1 2 3 | Math.exp( 0 ) #=> 1.0 Math.exp( 1 ) #=> 2.718281828459045 Math.exp( 1 . 5 ) #=> 4.4816890703380645 |
Returns e**x.
1 2 3 | Math.exp( 0 ) #=> 1.0 Math.exp( 1 ) #=> 2.718281828459045 Math.exp( 1 . 5 ) #=> 4.4816890703380645 |
Designed by : w10schools
service@w10schools.com
Please login to continue.