Package | Description |
---|---|
org.mathIT.numbers |
Provides classes for number theory.
|
Class and Description |
---|
Complex
This class enables the creation of objects representing complex numbers,
as well the implementation of mathematical functions of complex numbers
by static methods.
|
Quaternion
This class enables the creation of objects representing quaternions, a
system of numbers introduced by Hamilton in 1843,
as well the implementation of mathematical functions of quaternions
by static methods.
|
Rational
This class enables the creation of a rational number
n ∈ ℚ
and the implementation of mathematical functions operating
on them.
|