|
inlinestaticconstexpr |
Calculates hyperbolic sine of a value.
Computes sinh(x) = (e^x - e^-x)/2 using a lookup table with non-uniform spacing to handle exponential growth efficiently.
Implementation details:
Error characteristics:
value | Input value in range [-4, 4] |