Tan Description Function Tan returns the tangent of the specified value. FUNCTION Tan(v : REAL): REAL; def vs.Tan(v): return REAL Parameters Name Type Description v REAL Angle, in radians. Version Availability: from All Versions Category Math - General