Operators::lnOf()
ln is "natural log." It figures out how many times e would have to be multiplied by itself to get the value. For example, if the value was 148.4, the answer would be about 5 because e5 (eĆeĆeĆeĆe) is around 148.4.
Examples
Syntax
Java
.lnOf(x)
Scratch
([ln v] of (x))
Parameters
| Name | Data Type | Description |
|---|---|---|
| x | double | a value |
Return
double