Skip to main content

atan2

Function atan2 

Source
pub fn atan2(y: &DBig, x: &DBig, precision: usize) -> OxiNumResult<DBig>
Expand description

Compute atan2(y, x) with proper quadrant handling.

Returns the angle in radians between the positive x-axis and the point (x, y), in the range (-pi, pi].