MathfAtanOn this pageMathf.Atan(number f) Returns the arc-tangent of f - the angle in radians whose tangent is f. Parameters: NameTypeDescriptionfnumberValue Returns: typeDescriptionnumberthe arc-tangent of f Usage ---@type numberlocal f;local val0 = Mathf:Atan(f)