pub type ComplexRugStrictFinite<const PRECISION: u32> = ComplexValidated<RugStrictFinite<PRECISION>>;
Expand description
A type alias for a validated complex scalar using the Rug
kernel with a specified precision and the NumKernelStrictFinite
validation policy.
Aliased Type§
pub struct ComplexRugStrictFinite<const PRECISION: u32> { /* private fields */ }