//! Constants for spdcalc
use ucum;
/// The physical constant ℏ (h-bar) in milliJoule seconds.
pub const HBAR: MilliJouleSecond = H_;
/// Archimedes’ constant (π)
pub use PI;
/// Twice Archimedes’ constant (2π)
pub const TWO_PI: f64 = TAU;
/// Half Archimedes’ constant (π/2)
pub const HALF_PI: f64 = FRAC_PI_2;