Skip to content

Api > Mathf > Atan()


Mathf.Atan(number f)⚓︎

Returns the arc-tangent of f - the angle in radians whose tangent is f.

Parameters:⚓︎

Name Type Description
f number Value

Returns:⚓︎

type Description
number the arc-tangent of f

Usage⚓︎

---@type number
local f;


local val0 = Mathf:Atan(f)