Function numeric::math::atan2 [] [src]

pub fn atan2<T: NumericTrait + Float>(y: &Tensor<T>, x: &Tensor<T>) -> Tensor<T>

Calculates atan(y/x).