Click or drag to resize

MathfLog Method

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
C#
public static float Log(
	float s
)

Parameters

s
Type: SystemSingle
The input value.

Return Value

Type: Single
The natural log of `s`.
See Also