|
inlinestaticconstexpr |
Calculates hyperbolic cosine of a value.
Computes cosh(x) = (e^x + e^-x)/2 using the relationship cosh²(x) = 1 + sinh²(x) for efficiency.
Implementation details:
Mathematical properties preserved:
value | Input value in range [-4, 4] |