ScriptEvent:atan

From Mod Wiki
Revision as of 11:00, 5 November 2007 by Wizz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.