pub const STANDARD_EPSILON: f64 = 0.00000000000000011102230246251565;
pub const EULER_MASCHERONI_CONSTANT: f64 = 0.5772156649;
pub const GAMMA_DK: &[f64] = &[
2.48574089138753565546e-5, 1.05142378581721974210, -3.45687097222016235469, 4.51227709466894823700, -2.98285225323576655721, 1.05639711577126713077,
-1.95428773191645869583e-1, 1.70970543404441224307e-2, -5.71926117404305781283e-4, 4.63399473359905636708e-6, -2.71994908488607703910e-9,
];
pub const GAMMA_R: f64 = 10.900511;
pub const GR_RATIO: f64 = 2.618033988749895;
pub const H: f64 = std::f64::EPSILON * 1.0e10;