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

S

sec() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
Returns the secant of this complex number z.
sec() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
Returns the secant of this octonion o.
sec() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Returns the secant of this quaternion q.
sec() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
Returns the secant of this sedenion s.
sec() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
Returns the secant of this trigintaduonion s.
sech() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
Returns the hyperbolic secant of this complex number z.
sech() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
Returns the hyperbolic secant of this octonion o.
sech() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Returns the hyperbolic secant of this quaternion q.
sech() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
Returns the hyperbolic secant of this sedenion s.
sech() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
Returns the hyperbolic secant of this trigintaduonion s.
Sedenion - Class in ca.uwaterloo.alumni.dwharder.Numbers
A class implementing sedenions using sixteen doubles.
Sedenion(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Constructor for class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
Generates the sedenion a0 + ia1 + ja2 + ka3 + e'a4 + i'a5 + j'a6 + k'a7 + e''a8 + i''a9 + j''a10 + k''a11 + e'''a12 + i'''a13 + j'''a14 + k'''a15.
Sedenion(double) - Constructor for class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
Generates the sedenion a0 + i0 + j0 + k0 + e'0 + i'0 + j'0 + k'0 + e''0 + i''0 + j''0 + k''0 + e'''0 + i'''0 + j'''0 + k'''0.
Sedenion(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Constructor for class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
Generates the imaginary sedenion ia1 + ja2 + ka3 + e'a4 + i'a5 + j'a6 + k'a7 + e''a8 + i''a9 + j''a10 + k''a11 + e'''a12 + i'''a13 + j'''a14 + k'''a15.
Sedenion(double[]) - Constructor for class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
Generates a sedenion based on the entries of the array v.
Sedenion(double, double[]) - Constructor for class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
Generates the sedenion x + iv1 + jv2 + kv3 + e'v4 + i'v5 + j'v6 + k'v7 + e''v8 + i''v9 + j''v10 + k''v11 + e'''v12 + i'''v13 + j'''v14 + k'''v15.
signum() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
Returns a normalized form of this complex number z when it is non-zero and z otherwise.
signum() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
Returns a normalized form of this octonion o when it is non-zero and o otherwise.
signum() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Returns a normalized form of this quaternion q when it is non-zero and q otherwise.
signum() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
Returns a normalized form of this sedenion s when it is non-zero and s otherwise.
signum() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
Returns a normalized form of this trigintaduonion s when it is non-zero and s otherwise.
sin() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
Returns the sine of this complex number z.
sin() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
Returns the sine of this octonion o.
sin() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Returns the sine of this quaternion q.
sin() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
Returns the sine of this sedenion s.
sin() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
Returns the sine of this trigintaduonion s.
sinh() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
Returns the hyperbolic sine of this complex number z.
sinh() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
Returns the hyperbolic sine of this octonion o.
sinh() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Returns the hyperbolic sine of this quaternion q.
sinh() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
Returns the hyperbolic sine of this sedenion s.
sinh() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
Returns the hyperbolic sine of this trigintaduonion s.
sqr() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
Returns the square of this complex number z.
sqr() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
Returns the square of this octonion o.
sqr() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Returns the square of this quaternion q.
sqr() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
Returns the square of this sedenion s.
sqr() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
Returns the square of this trigintaduonion s.
sqrt() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
Returns the square root of this complex number z.
sqrt() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
Returns the square root of this octonion o.
sqrt(Octonion) - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
Returns the square root of this octonion o.
sqrt() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Returns the square root of this quaternion q.
sqrt(Quaternion) - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Returns the square root of this quaternion q.
sqrt() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
Returns the square root of this sedenion s.
sqrt(Sedenion) - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
Returns the square root of this sedenion s.
sqrt() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
Returns the square root of this trigintaduonion s.
sqrt(Trigintaduonion) - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
Returns the square root of this trigintaduonion s.
subtract(Complex) - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
Returns the difference between this complex number z and the complex number w = c + id.
subtract(Octonion) - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
Returns the difference between this octonion o and the octonion p = b0 + ib1 + jb2 + kb3 + e'b4 + i'b5 + j'b6 + k'b7.
subtract(Quaternion) - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Returns the difference between this quaternion q and the quaternion r = e + if + jc + kd.
subtract(Sedenion) - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
Returns the difference between this sedenion s and the sedenion t = b0 + ib1 + jb2 + kb3 + e'b4 + i'b5 + j'b6 + k'b7 + e''b8 + i''b9 + j''b10 + k''b11 + e'''b12 + i'''b13 + j'''b14 + k'''b15.
subtract(Trigintaduonion) - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
Returns the difference between this trigintaduonion s and the trigintaduonion t = b0 + ib1 + jb2 +...+ k(7)b31.

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