pub const fn atan(x: f64) -> f64
Arctangent
const ATAN_1: f64 = atan(1.0); float_eq(ATAN_1, PI / 4.0);