Click or drag to resize

MathfExp Method

The natural exponential function. It raises the mathematical constant `e` to the power of `s` and returns it.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static float Exp(
	float s
)

Parameters

s
Type: SystemSingle
The exponent to raise `e` to.

Return Value

Type: Single
`e` raised to the power of `s`.
See Also