Skip to main content

Mathf.Tan(number f)

Returns the tangent of angle f in radians.

Parameters:

NameTypeDescription
fnumberValue

Returns:

typeDescription
numberthe tangent of angle f in radians.

Usage

---@type number
local f;


local val0 = Mathf:Tan(f)