|
inlinestaticconstexpr |
Calculates hyperbolic tangent of a value.
Computes tanh(x) = sinh(x)/cosh(x) with optimizations to ensure accuracy and handle edge cases efficiently.
Implementation details:
Mathematical properties preserved:
value | Input value in range [-4, 4] |