Skip to content

io.github.pjazdzyk.brent-dekker-solver 1.1.2 Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>io.github.pjazdzyk</groupId>
  <artifactId>brent-dekker-solver</artifactId>
  <version>1.1.2</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

The algorithm for finding roots of continuous and single-variable math functions,
based on a modified version of the Brent-Dekker algorithm.