From professional translators, enterprises, web pages and freely available translation repositories.
the acosh() function calculates the inverse hyperbolic cosine of x. that is the value whose hyperbolic cosine is x. if x is less than 1.0, acosh() returns not-a-number (nan) and errno is set.
de functie acosh(x) berekent de inverse hyperbolische cosinus y van x; dit is de waarde waarvan de hyperbolische cosinus x is. (x uit [1, - >), y > =0 (per definitie)). als x kleiner is dan 1,0, dan geeft acosh() de foutmelding"not-a-number" (nan). de andere waarde van y die voldoet aan cosh(y)=x is -y.