Asin
7/14/25Less than 1 minute
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)