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