asc.language.tile.unary_ops.cosh

asc.language.tile.unary_ops.cosh(input: Tile) Tile

Computes the element-wise hyperbolic cosine of input.

Parameters:

input – the input value (tile)

This function can also be called as a member function on Tile, as x.cosh(...) instead of cosh(x, ...).