Math.atan

From GiderosMobile
Revision as of 10:59, 3 September 2018 by Hgy29 (talk | contribs)


Available since: Gideros 2011.6
Class: math

Description

returns arc tangent value of v in radians

(number) = math.atan(v)

Parameters

v: (number) value to get atan from

Return values

Returns (number) atan value of v