Result class

Implemented types

Constructors

Result({Rational? clean, Map<ImaginaryValue, num> dirtyParts = const {}, Modifier? modifier})
Result.one()
Result.zero()

Properties

clean Rational
latefinal
dirtyParts Map<ImaginaryValue, num>
final
hashCode int
The hash code for this object.
no setteroverride
modifier Modifier?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

approximable() bool
approximate([int? digits]) Rational
compute(ComputeContext ctx) Result
override
copyWith({Rational? clean, Map<ImaginaryValue, num>? dirtyParts, Modifier? modifier}) Result
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator *(Result other) → dynamic
operator +(Result other) → dynamic
operator -(Result other) → dynamic
operator /(Result other) → dynamic
operator ==(Object other) bool
The equality operator.
override
operator ^(Result other) → dynamic