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

