8375285: Added coma.

This commit is contained in:
Anton Artemov 2026-01-29 11:54:49 +01:00
parent 0455b1e275
commit f376631339

View File

@ -3515,7 +3515,7 @@ final class FdLibm {
* Method :
*
*
* asinh(x) is defined so that asinh(sinh(alpha)) = alpha -INF < alpha < < INF
* asinh(x) is defined so that asinh(sinh(alpha)) = alpha, -INF < alpha < < INF
* and sinh(asinh(x)) = x, -INF < x < INF.
* It can be written as asinh(x) = ln(x + sqrt(x^2 + 1)), -INF < x < INF.
* 1. Replace x by |x| as the function is odd.