| Package | Description |
|---|---|
| org.josef.science.math |
Mathematical related classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Bisection
Finds the roots of a function within a defined interval, using the Bisection
method.
|
class |
RegulaFalsi
Finds the roots of a function within a defined interval, using the Regula
Falsi (False Position) method.
|
Copyright © 2008–2017. All rights reserved.