math.tanh() function
The math.tanh()
function returns the hyperbolic tangent of x
.
Output data type: Float
import "math"
math.tanh(x: 1.23)
// Returns 0.8425793256589296
Parameters
x
The value used in the operation.
Special cases
math.tanh(x: ±0) // Returns ±0
math.tanh(x: ±Inf) // Returns ±1
math.tanh(x: NaN) // Returns NaN
Was this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for Flux and this documentation. To find support, use the following resources:
InfluxDB Cloud customers can contact InfluxData Support.