pyarrow.compute.acosh_checked#
- pyarrow.compute.acosh_checked(x, /, *, memory_pool=None)#
Compute the inverse hyperbolic cosine.
Input values < 1.0 raise an error; to return NaN instead, see “acosh”.
- Parameters:
- xArray-like or scalar-like
Argument to compute function.
- memory_pool
pyarrow.MemoryPool, optional If not passed, will allocate memory from the default memory pool.