Acos
7/14/25Less than 1 minute
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)
