Atan
7/14/25Less than 1 minute
Mathf.Atan(number f)
Returns the arc-tangent of f - the angle in radians whose tangent is f.
Parameters:
| Name | Type | Description |
|---|---|---|
| f | number | Value |
Returns:
| type | Description |
|---|---|
| number | the arc-tangent of f |
Usage
---@type number
local f;
local val0 = Mathf:Atan(f)
