Skip to content

Api > Mathf > Asin()


Mathf.Asin(number f)⚓︎

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

Parameters:⚓︎

Name Type Description
f number value

Returns:⚓︎

type Description
number the arc-sine of f

Usage⚓︎

---@type number
local f;


local val0 = Mathf:Asin(f)