Skip to main content

Description

Returns the hyperbolic tangent of a number.

Syntax

TANH(numeric_expression)

Examples

TANH(0) returns 0.

Return value datatype

Double

Impact of null value

If input is null, returns null.
Last modified on April 20, 2026