asc.language.tile.unary_ops.sqrt

asc.language.tile.unary_ops.sqrt(input: Tile) Tile
asc.language.tile.unary_ops.sqrt(input: PlainValue | float) PlainValue

Computes the element-wise square root of input.

Parameters:

input – the input value (tile or scalar)

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