Math.acosh
acosh — Returns the hyperbolic arc-cosine of a number.
Description
Math.acosh(number number)
Parameters
Name | Description | Type | Default | Optional |
---|---|---|---|---|
number | A number equal to or greater than 1. | number | No |
Examples
Example #1 – acosh example