TAN
This page describes the TAN function in Lenses SQL.
TAN (numExpr)Processors
SQL Studio
USE `kafka`;
SELECT
TAN(integer),
integer
FROM numbers-data
LIMIT 1;{
"value": {
"TAN": "0.09014387261790552",
"integer": 16550
}
}Last updated
Was this helpful?

