dafny_runtime

Type Alias BigRational

Source
pub type BigRational = Ratio<BigInt>;
Expand description

Alias for arbitrary precision rationals.

Aliased Type§

struct BigRational { /* private fields */ }

Trait Implementations§

Source§

impl DafnyPrint for BigRational

Source§

fn fmt_print(&self, f: &mut Formatter<'_>, _in_seq: bool) -> Result

Source§

fn is_char() -> bool