Skip to main content

Mathf.Sin(number f)

Returns the sine of angle f.

Parameters:

NameTypeDescription
fnumberThe input angle, in radians.

Returns:

typeDescription
numberThe return value between -1 and +1.

Usage

---@type number
local f;


local val0 = Mathf:Sin(f)