En:Exp
Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.
Содержание |
[править]
Syntax
Exp(value : Number) : Number
[править]
Description
Function is used for powering e (exponent);
[править]
Parameters
- value - number. Value of number degree in which is necessary to power the exponent
[править]
Result
The function returns a number - result of povering. Data type - Number.
[править]
Example
var myValue = Exp(5);
[править]