Skip to main content

GelfondsConstant

Trait GelfondsConstant 

Source
pub trait GelfondsConstant {
    const GELFONDS_CONSTANT: Self;
}
Expand description

Provides Gelfond’s constant, $e^\pi$.

Required Associated Constants§

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$.

Source§

const GELFONDS_CONSTANT: f32 = 23.140692

Source§

impl GelfondsConstant for f64

$e^\pi$.

Source§

const GELFONDS_CONSTANT: f64 = 23.14069263277927

Implementors§