[][src]Function cordic::atan2

pub fn atan2<T: CordicNumber>(y: T, x: T) -> T

Compute the arc-tangent of y/x with quadrant correction.