asc.language.tile.unary_ops.sin

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

Computes the element-wise sine of input.

Parameters:

input – the input value (tile)

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