pub type CompExponent = Rational64;Expand description
Rational exponent type. 64-bit numerator and denumerator. Aliased for potential changes in the future.
Aliased Type§
struct CompExponent { /* private fields */ }Trait Implementations§
Source§impl DeepClone for CompExponent
impl DeepClone for CompExponent
Source§fn deep_clone(&self, _math: &mut Math) -> Self
fn deep_clone(&self, _math: &mut Math) -> Self
Perform a deep clone.
Source§impl Reconstruct for CompExponent
impl Reconstruct for CompExponent
Source§fn reconstruct(self, _ctx: &mut ReconstructCtx<'_>) -> Self
fn reconstruct(self, _ctx: &mut ReconstructCtx<'_>) -> Self
Reconstruct the value.