tanh() Function

Function

tanh( number )

Returns the hyperbolic tangent(s) of the specified number(s).

Parameters

Keyword Type Description

number

Decimal

An angle measure or array of angle measures in radians, the hyperbolic tangent(s) of which will be returned.

Returns

Decimal

Usage considerations

This function can be used with any value.

Examples

tanh(1) returns 0.7615941559557648

Open in Github Built: Wed, Aug 16, 2023 (04:37:39 PM)

On This Page

FEEDBACK