Uses of Package
org.zfcj.math.numbers
Packages that use org.zfcj.math.numbers
Package
Description
Core numeric types for integer and
real-valued arithmetic
Provides the auto-generated
ConcreteNumber
abstract
base class along with its singleton sub-types Zero
,
One
, Two
, etc and supporting types-
Classes in org.zfcj.math.numbers used by org.zfcj.math.numbersClassDescriptionRepresents the aleph number aleph-zero, also called aleph-nought or aleph-null, and written as ℵ₀.
AlephNumber
s represent the cardinalities of infinite sets.ACardinalNumber
is what is commonly called the cardinality or number of elements of a set.ACountableNumber
is aCardinalNumber
that is either aNaturalNumber
orAleph0
Represents a generic uncountable infinite cardinalAny integer number such as -12, 14, 0, 1 google, etc.ANaturalNumber
is a non-negativeInteger
Represents an actualized negative infinity, denoted as -∞, aRealNumber
less than any otherRealNumber
A number of some type, ie real number, integer, etc.Represents an actualized positive infinity, denoted as +∞, aRealNumber
greater than any otherRealNumber
APositiveInteger
is aNaturalNumber
that isn'tZero
.ARationalNumber
, also called a fraction, is aRealNumber
that can be defined as a ratio of twoInteger
s.ARealNumber
is an element of the set ofRealNumbers
ℝ -
Classes in org.zfcj.math.numbers used by org.zfcj.math.numbers.concreteClassDescriptionA
CardinalNumber
is what is commonly called the cardinality or number of elements of a set.ACountableNumber
is aCardinalNumber
that is either aNaturalNumber
orAleph0
Any integer number such as -12, 14, 0, 1 google, etc.ANaturalNumber
is a non-negativeInteger
A number of some type, ie real number, integer, etc.APositiveInteger
is aNaturalNumber
that isn'tZero
.ARationalNumber
, also called a fraction, is aRealNumber
that can be defined as a ratio of twoInteger
s.ARealNumber
is an element of the set ofRealNumbers
ℝ