menu
fixed_z3 package
documentation
z3.dart
Numeral
equals method
equals method
dark_mode
light_mode
equals
method
bool
equals
(
Numeral
other
)
Implementation
bool equals(Numeral other) => _c._z3.algebraic_eq(_n, other._n);
fixed_z3 package
documentation
z3
Numeral
equals method
Numeral class