Index
All Classes|All Packages|Constant Field Values
L
- leftDerivative(double, Function) - Method in class io.github.derivasians.calculatte.Calculatte
-
Finds the left derivate of the function at point, x.
- leftLimit(double, Function) - Method in class io.github.derivasians.calculatte.Calculatte
-
Finds the left limit of
function
at pointx
. - leftLimitRoundingDecimalPlaces - Static variable in class io.github.derivasians.calculatte.Calculatte
-
Represents how many decimal places this variable's respective calculation(s) should be rounded too.
- leftRiemannSum(double, double, Function, int) - Method in class io.github.derivasians.calculatte.Calculatte
-
Finds the approximate area under the curve using the left Riemann sum rule with
n
rectangles. - leftRiemannSumRoundingDecimalPlaces - Static variable in class io.github.derivasians.calculatte.Calculatte
-
Represents how many decimal places this variable's respective calculation(s) should be rounded too.
- limit(double, Function) - Method in class io.github.derivasians.calculatte.Calculatte
-
Finds the limit of
function
at pointx
. - limitOffset - Static variable in class io.github.derivasians.calculatte.Calculatte
-
Represents how far the x-value should be offset left and right to find the left and right limits.
- limitRoundingDecimalPlaces - Static variable in class io.github.derivasians.calculatte.Calculatte
-
Represents how many decimal places this variable's respective calculation(s) should be rounded too.
- limitTolerance - Static variable in class io.github.derivasians.calculatte.Calculatte
-
Represents the largest difference between the left and right limit before the limit does not exist.
All Classes|All Packages|Constant Field Values