Skip to content

Api > Mathf > Acos()


Mathf.Acos(number f)⚓︎

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

Parameters:⚓︎

Name Type Description
f number value

Returns:⚓︎

type Description
number the arc-cosine of f

Usage⚓︎

---@type number
local f;


local val0 = Mathf:Acos(f)