3 d ·Translate

https://docs.vultr.com/clang/s....tandard-library/math


acosh In Java, the Math.acosh() method computes the inverse hyperbolic cosine (arcosh) of a given number. It is available in Java 8 and later and requires the input x ≥ 1, as the function is undefined for values less than 1.

image