Skip to main content

math.Atan2

Arc tangent of y/x

math.Atan2(y: float64, x: float64) -> float64

Arguments

NameType
yfloat64
xfloat64

Example

{{ math.Atan2(1, 1) }}

Returns 0.785....