MathfAsinOn this pageMathf.Asin(number f) Returns the arc-sine of f - the angle in radians whose sine is f. Parameters: NameTypeDescriptionfnumbervalue Returns: typeDescriptionnumberthe arc-sine of f Usage ---@type numberlocal f;local val0 = Mathf:Asin(f)