Skip to main content

acosh

acosh介绍

acosh(expr) - 返回 expr 的反双曲余弦值。

Examples:

> SELECT acosh(1);
0.0
> SELECT acosh(0);
NaN

Since: 3.0.0