Skip to main content

Mathf.Asin(number f)

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

Parameters:

NameTypeDescription
fnumbervalue

Returns:

typeDescription
numberthe arc-sine of f

Usage

---@type number
local f;


local val0 = Mathf:Asin(f)