Natural logarithm. The amount of time needed to reach a certain level of continuous growth.
Note: This is not the same as the "log" function on most calculators, which uses a base 10 logarithm.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public static float Log(
float s
)
Parameters
- s
- Type: SystemSingle
The input value.
Return Value
Type:
SingleThe natural log of `s`.
See Also