AlgebraicNumeral class abstract

Inheritance
Implementers
Available Extensions

Properties

hashCode int
The hash code for this object.
no setterinherited
isInf bool
no setteroverride
isNaN bool
no setteroverride
isNegative bool
no setteroverride
isNormal bool
no setteroverride
isPositive bool
no setteroverride
isSubnormal bool
no setteroverride
isZero bool
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sign int
no setteroverride
sort Sort
finalinherited

Methods

build(Context c) Z3_ast
inherited
equals(Numeral other) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notEquals(Numeral other) bool
inherited
pow(int k) AlgebraicNumeral
root(int k) AlgebraicNumeral
sqrt() AlgebraicNumeral
toBigInt() BigInt
inherited
toDouble() double
inherited
toInt() int
inherited
toRat() → Rat
inherited
toString() String
A string representation of this object.
inherited