Skip to main content

Mathf.Atan(number f)

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

Parameters:

NameTypeDescription
fnumberValue

Returns:

typeDescription
numberthe arc-tangent of f

Usage

---@type number
local f;


local val0 = Mathf:Atan(f)