ScriptEvent:atan

From Mod Wiki

Parameters

float value -- Value to take the inverse tangent of.

Result

float

Supported By

sdSysCallThread

Comments

  • For more accurate results, you may wish to use atan2.

Functionality

Returns the inverse tangent of the given value.