pub trait GelfondsConstant {
const GELFONDS_CONSTANT: Self;
}Expand description
Provides Gelfond’s constant, $e^\pi$.
Required Associated Constants§
const GELFONDS_CONSTANT: Self
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementations on Foreign Types§
Source§impl GelfondsConstant for f32
$e^\pi$.
impl GelfondsConstant for f32
$e^\pi$.
const GELFONDS_CONSTANT: f32 = 23.140692
Source§impl GelfondsConstant for f64
$e^\pi$.
impl GelfondsConstant for f64
$e^\pi$.