MathFract class

Constructors

MathFract([bool mi = false, double nu = 0.0, double de = 1.0])

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

abs() MathFract
add(dynamic r) MathFract
addAndAss(dynamic r) MathFract
ass(dynamic r) MathFract
denom() double
div(dynamic r) MathFract
divAndAss(dynamic r) MathFract
equal(dynamic r) bool
getMinus() bool
minus() MathFract
mod(dynamic r) MathFract
modAndAss(dynamic r) MathFract
mul(dynamic r) MathFract
mulAndAss(dynamic r) MathFract
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notEqual(dynamic r) bool
num() double
pow(dynamic y) MathFract
reduce() → void
setDenom(double de) → void
setMinus(bool mi) → void
setNum(double nu) → void
sqr() MathFract
sub(dynamic r) MathFract
subAndAss(dynamic r) MathFract
toFloat() double
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited