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