Uses of Class
org.episteme.core.mathematics.numbers.rationals.Rational
Packages that use Rational
Package
Description
Historical and alternate calendar systems for chronological calculations.
-
Uses of Rational in org.episteme.core.mathematics.numbers.integers
Methods in org.episteme.core.mathematics.numbers.integers that return RationalModifier and TypeMethodDescriptionInteger.toRational()Returns the rational number equivalent to this integer. -
Uses of Rational in org.episteme.core.mathematics.numbers.rationals
Classes in org.episteme.core.mathematics.numbers.rationals that implement interfaces with type arguments of type RationalModifier and TypeClassDescriptionfinal classRepresents a rational number (ℚ), defined as the quotient of two integers.final classRepresents a rational number (ℚ), defined as the quotient of two integers.final classRepresents a rational number (ℚ), defined as the quotient of two integers.Fields in org.episteme.core.mathematics.numbers.rationals declared as RationalModifier and TypeFieldDescriptionstatic final RationalRational.ONEstatic final RationalRational.ZEROMethods in org.episteme.core.mathematics.numbers.rationals that return RationalModifier and TypeMethodDescriptionRational.abs()Rational.fractionalPart()Rational.inverse()Rational.negate()static RationalRational.of(int value) static RationalRational.of(int numerator, int denominator) static RationalRational.of(long value) static RationalRational.of(long numerator, long denominator) static RationalRational.one()Rational.zero()Methods in org.episteme.core.mathematics.numbers.rationals with parameters of type RationalModifier and TypeMethodDescriptionintboolean -
Uses of Rational in org.episteme.core.mathematics.sets
Classes in org.episteme.core.mathematics.sets that implement interfaces with type arguments of type RationalModifier and TypeClassDescriptionfinal classThe structure of rational numbers (ℚ).final classThe structure of rational numbers (ℚ).Methods in org.episteme.core.mathematics.sets that return RationalMethods in org.episteme.core.mathematics.sets with parameters of type RationalModifier and TypeMethodDescriptionboolean -
Uses of Rational in org.episteme.social.history.calendars
Fields in org.episteme.social.history.calendars declared as RationalModifier and TypeFieldDescriptionprotected static final RationalOldHinduSolarCalendar.JOVIANPERIODThe Jovian period (cycle of Jupiter) in days.protected static final RationalOldHinduLunarCalendar.LUNARDAYThe length of a tithi (lunar day) in days.protected static final RationalOldHinduLunarCalendar.LUNARMONTHThe length of a synodic month (new moon to new moon) in days.protected static final RationalOldHinduSolarCalendar.SIDEREALYEARThe length of the sidereal year in days.protected static final RationalOldHinduSolarCalendar.SOLARMONTHThe length of a solar month in days.