acosh

Contents

acosh#

Hyperbolic inverse cosine

Added in version 0.3.0.

Op matx::acosh(Op t)#

Compute hyperbolic arccosine of every element in the tensor

Parameters:

t – Tensor or operator input

Examples#

(tov0 = acosh(tiv0)).run(exec);