sqrt method

Tensor<T> sqrt()

Calculates square root of each element.

Implementation

Tensor<T> sqrt() => (toBuilder()..sqrt()).build();