Index
All Classes|All Packages|Constant Field Values
R
- revolutionRoundingDecimalPlaces - Static variable in class io.github.derivasians.calculatte.Calculatte
-
Represents how many decimal places this variable's respective calculation(s) should be rounded too.
- revolve(double, double, double, Function, Function) - Method in class io.github.derivasians.calculatte.Calculatte
-
Finds the volume of revolution for the region bounded by
functionTop
,functionBottom
, x =a
, and x =b
, about y =axis
. - RIGHT_TRIANGLE - Static variable in class io.github.derivasians.calculatte.Calculatte
-
Represents common known cross-sections types.
- rightDerivative(double, Function) - Method in class io.github.derivasians.calculatte.Calculatte
-
Finds the right derivate of the function at point, x.
- rightLimit(double, Function) - Method in class io.github.derivasians.calculatte.Calculatte
-
Finds the right limit of
function
at pointx
. - rightLimitRoundingDecimalPlaces - Static variable in class io.github.derivasians.calculatte.Calculatte
-
Represents how many decimal places this variable's respective calculation(s) should be rounded too.
- rightRiemannSum(double, double, Function, int) - Method in class io.github.derivasians.calculatte.Calculatte
-
Finds the approximate area under the curve using the right Riemann sum rule with
n
rectangles. - rightRiemannSumRoundingDecimalPlaces - Static variable in class io.github.derivasians.calculatte.Calculatte
-
Represents how many decimal places this variable's respective calculation(s) should be rounded too.
- round(double, int) - Method in class io.github.derivasians.calculatte.Calculatte
-
Rounds doubles according to the IEEE 754 standard of rounding half to even.
All Classes|All Packages|Constant Field Values