Loading...
This page describes the TAN function in Lenses SQL.
TAN (numExpr)
Returns the trigonometric tangent of an expression.
Available in:
Sample code:
USE `kafka`; SELECT TAN(integer), integer FROM numbers-data LIMIT 1;
Output:
{ "value": { "TAN": "0.09014387261790552", "integer": 16550 } }
✓