tan method

Tensor<T> tan()

Calculates tan(x) for each element.

Implementation

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