math tanh for math

Returns the hyperbolic tangent of the number.

WARNING

Command math tanh was not included in the official binaries by default, you have to build it with --features=extra flag

Signature

> math tanh {flags}

Input/output types:

inputoutput
list<number>list<float>
numberfloat

Examples

Apply the hyperbolic tangent to 10*π

> 3.141592 * 10 | math tanh | math round --precision 4
1