Skip to main content

Mathf.Acos(number f)

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

Parameters:

NameTypeDescription
fnumbervalue

Returns:

typeDescription
numberthe arc-cosine of f

Usage

---@type number
local f;


local val0 = Mathf:Acos(f)