Sin
7/14/25Less than 1 minute
Mathf.Sin(number f)
Returns the sine of angle f.
Parameters:
| Name | Type | Description |
|---|---|---|
| f | number | The input angle, in radians. |
Returns:
| type | Description |
|---|---|
| number | The return value between -1 and +1. |
Usage
---@type number
local f;
local val0 = Mathf:Sin(f)
