Index
Math

atan

atan(<-toTarget)) ->targetRadians

Description

Calculates the arctangent of the input, returns the angle in radians.

Examples

trace(atan(1)) #prints PI/4

Index