[][src]Constant cdshealpix::FOUR_OVER_PI

pub const FOUR_OVER_PI: f64

Constant = 4/pi.

use cdshealpix::{FOUR_OVER_PI};
use std::f64::consts::PI;
assert_eq!(4f64 / PI, FOUR_OVER_PI);