pub const SQRT6: f64 = 2.449_489_742_783_178_f64;
Constant = sqrt(6).
use cdshealpix::{SQRT6}; assert_eq!(6_f64.sqrt(), SQRT6);