Scratch for Java

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.

Syntax

Java

.lnOf(x)

Parameters

Name Data Type Description
x double a value

Return

double

lnOf()