A C D E F H I J K L M N O P Q R S T Z

I

I - Static variable in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
The constant i.
I - Static variable in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
The constant i.
I - Static variable in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
The constant i.
I - Static variable in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
The constant i.
I - Static variable in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
The constant i.
I1 - Static variable in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
The constant i'.
I1 - Static variable in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
The constant i'.
I1 - Static variable in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
The constant i'.
I2 - Static variable in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
The constant i''.
I2 - Static variable in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
The constant i''.
I3 - Static variable in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
The constant i'''.
I3 - Static variable in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
The constant i'''.
I4 - Static variable in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
The constant i(4).
I5 - Static variable in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
The constant i(5).
I6 - Static variable in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
The constant i(6).
I7 - Static variable in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
The constant i(7).
imag() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
Returns the imaginary part of this complex number z.
imag() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
Returns the imaginary part of this octonion o.
imag() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Returns the imaginary part of this quaternion q.
imag() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
Returns the imaginary part of this sedenion s.
imag() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
Returns the imaginary part of this trigintaduonion s.
imagI() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
Returns the coefficient of i of this complex number z.
imagI() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Returns the coefficient of i of this quaternion q.
imaginaryUnit(String) - Static method in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
Set the character to be used for the imaginary unit.
imaginaryUnits(String[]) - Static method in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
Set the strings to be used for the seven imaginary units.
imaginaryUnits(String[]) - Static method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Set the strings to be used for the three imaginary units.
imaginaryUnits(String[]) - Static method in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
Set the strings to be used for the fifteen imaginary units.
imaginaryUnits(String[]) - Static method in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
Set the strings to be used for the thirty-one imaginary units.
imagJ() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Returns the coefficient of j of this quaternion q.
imagK() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Returns the coefficient of k of this quaternion q.
isImaginary() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
Returns true if the real part of this complex number z is zero, otherwise false.
isImaginary() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
Returns true if the real part of this octonion o is zero and false otherwise.
isImaginary(int) - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
Returns true if the nth imaginary coefficient of this octonian o is the only non-zero coefficient and false otherwise.
isImaginary() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Returns true if the real part of this quaternion q is zero and false otherwise.
isImaginary(int) - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Returns true if the nth imaginary coefficient of this quaternion q is the only non-zero coefficient and false otherwise.
isImaginary() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
Returns true if the real part of this sedenion s is zero and false otherwise.
isImaginary(int) - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
Returns true if the nth imaginary coefficient of this octonian s is the only non-zero coefficient and false otherwise.
isImaginary() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
Returns true if the real part of this trigintaduonion s is zero and false otherwise.
isImaginary(int) - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
Returns true if the nth imaginary coefficient of this octonian s is the only non-zero coefficient and false otherwise.
isImaginaryI() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Returns true if the only non-zero coefficient of this quaternion q is the coefficient of i and false otherwise.
isImaginaryJ() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Returns true if the only non-zero coefficient of this quaternion q is the coefficient of j and false otherwise.
isImaginaryK() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Returns true if the only non-zero coefficient of this quaternion q is the coefficient of k and false otherwise.
isInfinite() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
Returns true if either part of this complex number z is infinite, otherwise false.
isInfinite() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
Returns true if any coefficient of this octonion o is infinite and false otherwise.
isInfinite() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Returns true if any coefficient of this quaternion q is infinite and false otherwise.
isInfinite() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
Returns true if any coefficient of this sedenion s is infinite and false otherwise.
isInfinite() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
Returns true if any coefficient of this trigintaduonion s is infinite and false otherwise.
isNaN() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
Returns true if either coefficient of this complex number z is not-a-number (NaN), otherwise false.
isNaN() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
Returns true if any coefficient of this octonion o is not-a-number (NaN) and false otherwise.
isNaN() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Returns true if any coefficient of this quaternion q is not-a-number (NaN) and false otherwise.
isNaN() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
Returns true if any coefficient of this sedenion s is not-a-number (NaN) and false otherwise.
isNaN() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
Returns true if any coefficient of this trigintaduonion s is not-a-number (NaN) and false otherwise.
isReal() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
Returns true if the coefficient of the imaginary part of this complex number z is zero, otherwise false.
isReal() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
Returns true if all the coefficients of the imaginary part of this octonion o are zero, otherwise false.
isReal() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Returns true if all the coefficients of the imaginary part of this quaternion q are zero, otherwise false.
isReal() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
Returns true if all the coefficients of the imaginary part of this sedenion s are zero, otherwise false.
isReal() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
Returns true if all the coefficients of the imaginary part of this trigintaduonion s are zero, otherwise false.
isZero() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
Returns true if both coefficients of this complex number z are zero, otherwise false.
isZero() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
Returns true if all coefficients of this octonion o are zero, otherwise false.
isZero() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Returns true if all coefficients of this quaternion q are zero, otherwise false.
isZero() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
Returns true if all coefficients of this sedenion s are zero, otherwise false.
isZero() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
Returns true if all coefficients of this trigintaduonion s are zero, otherwise false.

A C D E F H I J K L M N O P Q R S T Z