Calc class

Constructors

Calc()

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

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

averageValue(num min, num max, dynamic func(num), dynamic _num) double
Get averageValue
canPlugin(num x, dynamic func(num)) bool
Check if canPlugin at number
deriv(num x1, dynamic func(num)) double
Get derivative of number
distance(num x1, num y1, num x2, num y2) double
Get distance
integral(num min, num max, dynamic func(num), num _num) double
Get integral of number
limAt(num x, dynamic func(num)) double
Get limit at number
limLeftOf(num x, dynamic func(num)) → dynamic
Get limLeftOf number
limRightOf(num x, dynamic func(num)) → dynamic
Get limRightOf number
nthDeriv(num n, num x1, dynamic func(num)) double
Get nth derivative of number
round(num _num) double
Round number
slope(num x1, num y1, num x2, num y2) double
Get slope
toInfinty(num x, dynamic func(num)) double
Get Limit toInfinty