En:Log10
Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.
Содержание |
[править]
Syntax
Log10(value : Number) : Number
[править]
Description
Function is used for calculation of the common logarithm from value <value>:Number;
[править]
Parameters
- value - number. Value, the common logarithm which is necessary to get;
[править]
Result
The function returns a value of the common logarithm of the specified value. Data type - Number
[править]
Example
var myValue = Log10(32);
[править]