Home Data Platform Cloud Reference Redpanda SQL Reference Functions Math tan Cloud Page options Copy as Markdown Copied! View as plain text Ask AI about this topic Add MCP server to VS Code tan The tan() function returns the tangent of a specified angle, expressed in radians. See also tand() for an angle expressed in degrees. Syntax TAN(x) Arguments x: An angle, in radians, of type real or double precision. Return type Same as the input type (real or double precision). Examples Basic usage SELECT TAN(1); tan ------------------- 1.557407724654902 (1 row) Zero angle SELECT TAN(0); tan ----- 0 (1 row) Back to top Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback 🎉 Thanks for your feedback! sqrt tand