pub fn atan2(y: &DBig, x: &DBig, precision: usize) -> OxiNumResult<DBig>
Compute atan2(y, x) with proper quadrant handling.
atan2(y, x)
Returns the angle in radians between the positive x-axis and the point (x, y), in the range (-pi, pi].