$ A B C D E F G H I J K L M N O P Q R S T U V W Y Z _

R

RADIX_DECIMAL - Static variable in class com.rubecula.jquantity.NumberPresentation
The default radix: value = 10.
Radian - Static variable in class com.rubecula.units.Units
 
Range - class com.rubecula.util.Range.
Class for handling ranges of integers.
Range(int, int) - Constructor for class com.rubecula.util.Range
Construct a range from start to end.
Range(int) - Constructor for class com.rubecula.util.Range
Construct a single-valued range from start to start.
Rational - class com.rubecula.jquantity.Rational.
Public class to represent precise rational numbers.
Rational() - Constructor for class com.rubecula.jquantity.Rational
Empty constructor to make an undefined Rational object.
Rational(String) - Constructor for class com.rubecula.jquantity.Rational
Secondary constructor to create a Rational from a String.
Rational(Integral, Integral, String) - Constructor for class com.rubecula.jquantity.Rational
Constructs an identified Rational representing the ratio of numerator divided by denominator.
Rational(Integral, Integral) - Constructor for class com.rubecula.jquantity.Rational
Constructs a non-explicitly identified, normalized Rational representing the ratio of numerator divided by denominator.
Rational(Integral, String) - Constructor for class com.rubecula.jquantity.Rational
Constructs an identified Rational representing the ratio of numerator divided by denominator, with optional normalization.
Rational(Integral) - Constructor for class com.rubecula.jquantity.Rational
Constructs a non-explicitly identified Rational representing the ratio of value divided by unity.
Rational(long, long) - Constructor for class com.rubecula.jquantity.Rational
Convenience constructor for two longs.
Rational(BigDecimal, String) - Constructor for class com.rubecula.jquantity.Rational
Factory method to create a Rational from a BigDecimal value and an identifier.
Rational(Integral, Integral, boolean, String) - Constructor for class com.rubecula.jquantity.Rational
Constructs an identified Rational representing the ratio of numerator divided by denominator, with optional normalization.
Rational(Integral, Integral, boolean) - Constructor for class com.rubecula.jquantity.Rational
Constructs a non-explicitly identified Rational representing the ratio of numerator divided by denominator, with optional normalization.
Rational(BigDecimal) - Constructor for class com.rubecula.jquantity.Rational
 
Rational(Rational) - Constructor for class com.rubecula.jquantity.Rational
Constructor to make a copy of a Rational object.
Rational.RValueException - exception com.rubecula.jquantity.Rational.RValueException.
Title: RValueException Description: Checked exception class for Rational.
Rational.RValueException() - Constructor for class com.rubecula.jquantity.Rational.RValueException
 
Rational.RValueException(String) - Constructor for class com.rubecula.jquantity.Rational.RValueException
 
Rational.RationalException - exception com.rubecula.jquantity.Rational.RationalException.
 
Rational.RationalException() - Constructor for class com.rubecula.jquantity.Rational.RationalException
 
Rational.RationalException(String, String, boolean) - Constructor for class com.rubecula.jquantity.Rational.RationalException
 
Rational.RationalException(String, boolean) - Constructor for class com.rubecula.jquantity.Rational.RationalException
 
Rational.RationalException(String, String) - Constructor for class com.rubecula.jquantity.Rational.RationalException
 
Rational.RationalException(String) - Constructor for class com.rubecula.jquantity.Rational.RationalException
 
ReplaceFirst(String, String, String) - Static method in class com.rubecula.util.StringUtils
This method is for quasi-compatibility with the String method ReplaceFirst available in Java 1.4.0 and later.
Replaceable - interface com.rubecula.util.Replaceable.
Replaceable: a generic interface which supports the replacement or subsitution of one object by another, typically in some context.
Rightangle - Static variable in class com.rubecula.units.Units
 
RootSumSquare(double, double) - Static method in class com.rubecula.jquantity.Approximation
General method to yield the root-sum-square of two numbers, or in other words the length of the hyponteneuse of a right-angled triangle where x and y are the lengths of the two sides of the triange which include the right angle.
Row - class com.rubecula.jquantity.Row.
Class
Row(BaseNumber[]) - Constructor for class com.rubecula.jquantity.Row
 
Row(int) - Constructor for class com.rubecula.jquantity.Row
 
raiseToPower(int) - Method in interface com.rubecula.jquantity.Arithmutable
MUTATING Instance method to raise this to power x.
raiseToPower(int) - Method in class com.rubecula.jquantity.Complex
MUTATING Instance method to raise this to power x.
raiseToPower(double) - Method in class com.rubecula.jquantity.Complex
MUTATING Instance method to raise this to power x.
raiseToPower(int) - Method in class com.rubecula.jquantity.FuzzInt
MUTATING Instance method to raise this to power x.
raiseToPower(int) - Method in class com.rubecula.jquantity.Rational
 
raiseToPower(int) - Method in class com.rubecula.jquantity.Value
MUTATING Instance method to raise this to power power.
raiseToPower(int) - Method in class com.rubecula.jquantity.WholeNumber
MUTATING Instance method to raise this to power power.
rangeDecimalPoint() - Method in class com.rubecula.jquantity.NumberPresentation
Method to test if the decimal point can be moved.
refineStructure(Object, Object) - Method in class com.rubecula.jquantity.SymbolicPresentation
This method is used to discover open/close delimiter pairs and create an appropriate structure.
refineStructure(Object) - Method in class com.rubecula.jquantity.SymbolicPresentation
This method is used to discover serial-type delimiters and create an appropriate structure.
remove() - Method in class com.rubecula.util.SortedIterator
 
removeDependent(Presentable) - Method in interface com.rubecula.util.Dependent
Method to remove a dependent presentable.
rename(String) - Method in class com.rubecula.units.Units
 
render(StylishWriteable) - Method in class com.rubecula.jquantity.SymbolicPresentation
 
render(StylishWriteable) - Method in interface com.rubecula.util.Documentable
This method is used to render this object in the context of a StylishWriteable doc.
replace(int, Object) - Method in class com.rubecula.jquantity.SymbolicPresentation
 
resetAlgebraicVariables() - Method in class com.rubecula.jep.ExpressionParser
 
resetAlgebraicVariables() - Method in interface com.rubecula.util.ExpressionInterface
Method to remove all predefined variables from the expression parser.
root(int) - Method in class com.rubecula.jquantity.Rational
method root: to yield an exact (integer) Rational for the root of a positive integral Rational.
root(int) - Method in class com.rubecula.jquantity.Value
method root: to yield an exact (integer) Rational for the root of a positive integral Rational.
rotate(Value) - Method in class com.rubecula.jquantity.Complex
Method to rotate this (in Complex space).
rotate(Value) - Method in interface com.rubecula.jquantity.Imaginable
Method to rotate this (in Complex space).

$ A B C D E F G H I J K L M N O P Q R S T U V W Y Z _