Operators::eToThePowerOf()
"e" is an abbreviation for "Euler's number", which is about 2.718. With the e^ function, e is multiplied by itself the value number of times. For example, if the value is 3, the answer would be e3, or eĆeĆe, which is about 20.086.
Syntax
Java
.eToThePowerOf(x)
Parameters
| Name | Data Type | Description |
|---|---|---|
| x | double | a value |
Return
double
