Index
All Classes and Interfaces|All Packages
D
- de.hdm_stuttgart.sd1.math - package de.hdm_stuttgart.sd1.math
- Driver - Class in de.hdm_stuttgart.sd1.math
-
Testing
sinOld(double)
in - Driver() - Constructor for class de.hdm_stuttgart.sd1.math.Driver
E
- exp(double) - Static method in class de.hdm_stuttgart.sd1.math.Math
-
Approximating the natural exponential function by a finite number of terms using power series expansion.
L
- LimitedPrecision - Class in de.hdm_stuttgart.sd1.math
-
Demonstrating limited precision problems
- LimitedPrecision() - Constructor for class de.hdm_stuttgart.sd1.math.LimitedPrecision
M
- main(String[]) - Static method in class de.hdm_stuttgart.sd1.math.Driver
- main(String[]) - Static method in class de.hdm_stuttgart.sd1.math.LimitedPrecision
- Math - Class in de.hdm_stuttgart.sd1.math
-
This class implements a subset of functions from class
Math
using power series expansions. - Math() - Constructor for class de.hdm_stuttgart.sd1.math.Math
S
- setSeriesLimit(int) - Static method in class de.hdm_stuttgart.sd1.math.Math
- sin(double) - Static method in class de.hdm_stuttgart.sd1.math.Math
-
Implementing sine slightly different by reordering terms.
- sinOld(double) - Static method in class de.hdm_stuttgart.sd1.math.Math
-
Calculating the sine by means of the corresponding power series.
All Classes and Interfaces|All Packages