asc.language.tile.unary_ops.cos

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

Computes the element-wise cosine of input.

Parameters:

input – the input value (tile)

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