//! Mathematical constants (`pi`, `e`, `ln(2)`, …).
//!
//! The [`DecimalConstants`] trait carries the public surface; per-width
//! impls live in [`d38`] (narrow tier — D9 / D18 / D38) and [`wide`]
//! (wide tier — D57 and above).
pub
pub
pub use DecimalConstants;
// Re-export every `pub(crate)` helper from `d38` (the narrow-tier
// constant tables) so the macros emitted by `macros/consts.rs` can
// reach them through `$crate::types::consts::<name>` from the
// per-width impl invocations.
pub use *;