Function atan

Source
pub const fn atan(x: f64) -> f64
Expand description

Arctangent

const ATAN_1: f64 = atan(1.0);
float_eq(ATAN_1, PI / 4.0);