# math3 **Repository Path**: mirrors_aschoerk/math3 ## Basic Information - **Project Name**: math3 - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README What is this Project ==================== I do something here just because I want to get an impression how something realistic previously implemented in Java can be done in Rust. There is this much copyright, the origin is apache code, but don't expect this to be usable for any purposes. A partial Rewrite of a non trivial java-module in Rust. Not usable for production purposes! 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](https://commons.apache.org/proper/commons-math). The [JavaDoc](https://commons.apache.org/proper/commons-math/apidocs) can be browsed. Questions related to the usage of Apache Commons Math should be posted to the [user mailing list][ml]. Where can I get the latest release? ----------------------------------- You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-math/download_math.cgi). Alternatively you can pull it from the central Maven repositories: ```xml org.apache.commons commons-math3 3.4 ``` License ------- Code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0.txt). Donations --------- You like Apache Commons Math? Then [donate back to the ASF](https://www.apache.org/foundation/contributing.html) to support the development. Additional Resources -------------------- + [Apache Commons Homepage](https://commons.apache.org/) + [Apache Bugtracker (JIRA)](https://issues.apache.org/jira/) + [Apache Commons Twitter Account](https://twitter.com/ApacheCommons) + #apachecommons IRC channel on freenode.org [ml]:https://commons.apache.org/mail-lists.html