Apache Commons Math
Go to file
Gilles 5e4739fb72 MATH-1279
Check precondition.
Thanks to David Georg Reichelt for the report.
2015-09-30 14:41:47 +02:00
doc/release Release howto update 2014-12-30 19:22:11 +01:00
siteMods
src MATH-1279 2015-09-30 14:41:47 +02:00
.gitignore Including Ekstazi profile (www.ekstazi.org) to optimize regression tests 2014-12-16 13:37:58 +01:00
CONTRIBUTING.md Add README.md and CONTRIBUTING.md to give contributors coming from github some information on how to contribute to commons-math. 2015-01-07 09:17:33 +01:00
LICENSE.txt Simplifying again repartition between LICENSE and NOTICE files. 2014-12-22 21:35:43 +01:00
NOTICE.txt Update NOTICE file. 2015-01-07 22:07:52 +01:00
PROPOSAL.html
README.md Add README.md and CONTRIBUTING.md to give contributors coming from github some information on how to contribute to commons-math. 2015-01-07 09:17:33 +01:00
RELEASE-NOTES.txt Preparing 3.5 release. 2015-04-12 19:04:59 +02:00
build.xml Preparing 3.5 release. 2015-04-12 19:04:59 +02:00
checkstyle.xml Updated build system (checkstyl and pom). 2015-05-07 16:44:17 +02:00
clirr-ignored.xml
doap_math.rdf Preparing for next release in the 3.X branch. 2015-04-17 16:54:40 +02:00
findbugs-exclude-filter.xml Added Bessel functions of the first kind, based on NetLib implementation. 2014-12-15 13:48:07 -07:00
license-header.txt
math-RC.sh Removed subversion keywords $Id$, $Revision$ and $Date$. 2014-09-22 14:02:52 +02:00
math-pre-RC.sh Removed subversion keywords $Id$, $Revision$ and $Date$. 2014-09-22 14:02:52 +02:00
pom.xml moved myself from contributor to developer section 2015-08-09 18:18:21 +02:00
test-jar.xml

README.md

Apache Commons Math

The Apache Commons Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.

Documentation

More information can be found on the homepage. The JavaDoc can be browsed. Questions related to the usage of Apache Commons Math should be posted to the user mailing list.

Where can I get the latest release?

You can download source and binaries from our download page.

Alternatively you can pull it from the central Maven repositories:

<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-math3</artifactId>
  <version>3.4</version>
</dependency>

Contributing

We accept PRs via github. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:

  • No tabs! Please use spaces for indentation.
  • Respect the code style.
  • Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
  • Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running mvn clean test.

If you plan to contribute on a regular basis, please consider filing a contributor license agreement. You can learn more about contributing via GitHub in our contribution guidelines.

License

Code is under the Apache Licence v2.

Donations

You like Apache Commons Math? Then donate back to the ASF to support the development.

Additional Resources