Description
Returns the hyperbolic tangent of a number.Syntax
TANH(numeric_expression)
Examples
TANH(0) returns 0.
Calculate the hyperbolic tangent of a numeric value in your ETL pipeline. Use TANH for sigmoid-like mathematical transformations in data processing.
TANH(numeric_expression)
TANH(0) returns 0.
Was this page helpful?