asc.language.tile.unary_ops.sinh

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

Computes the element-wise hyperbolic sine of input.

Parameters:

input – the input value (tile)

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