sin method

Tensor<T> sin()

Calculates sin(x) for each element.

Implementation

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