Poly class

A minimal polynomial needed for Y label and axis scaling.

Not fully a polynomial. Uses the decimal package.

Constructors

Poly({required num from})
Create

Properties

ceilAtMaxPower int
no setter
coefficientAtMaxPower int
no setter
floorAtMaxPower int
no setter
fractLen int
no setter
hashCode int
The hash code for this object.
no setterinherited
maxPower int
Position of first significant non zero digit.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signum int
no setter
totalLen int
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

dec(String value) → Decimal
numToDec(num value) → Decimal