Getting Started » Histórico » Revisión 14
Revisión 13 (Federico Vera, 2018-07-18 08:17) → Revisión 14/18 (Federico Vera, 2018-07-18 08:23)
![](https://gitlab.com/riddler_arg/exp4j/badges/master/build.svg) ![Codacy Badge](https://api.codacy.com/project/badge/Grade/495a331f23354727a39260bddb665bd9) ![coverage](https://gitlab.com/riddler_arg/exp4j/badges/master/coverage.svg) # Getting Started This wiki contains examples for using this version of `exp4j`, most of them will work on the original `exp4j`, but for guaranteed compatibility the original `exp4j` has an amazing [example page](https://www.objecthunter.net/exp4j/#Usage). If you're a regular `exp4j` user first checkout [[Differences with the original exp4j]]. If you are new to `exp4j`, then checkout: * [[Built in Functions]] * [[Built in Operators]] * [[Extra Functions and Operators]] * [[First Steps]] * [[Advanced Examples]] * [[Warnings]] * [JavaDocs](https://docs.riddler.com.ar/exp4j/apidocs/) * [JaCoCo](https://docs.riddler.com.ar/exp4j/jacoco/) ## Building ~~~ git clone [email protected]:riddler_arg/exp4j.git cd exp4j ant build-all ~~~ ## Building without extras In case size is reaaaaly important to you (current `exp4j` weighs `~72KB`), you can remove all the extra functions, and the size will be reduced to `~52KB`. ~~~ git clone [email protected]:riddler_arg/exp4j.git cd exp4j rm -rf src/main/java/net/objecthunter/exp4j/extras ant build-all ~~~ ## Extras - [API Documentation](https://docs.riddler.com.ar/exp4j/apidocs/) - [Code Coverage](https://docs.riddler.com.ar/exp4j/jacoco/) *** ## Contributing - [Help Transalte!](https://poeditor.com/join/project/DjiMBPIw1u). Read the official [announcement](https://redmine.riddler.com.ar/news/8). ## Downloads - [Download `exp4j-LATEST`](https://redmine.riddler.com.ar/projects/exp4j/files)Volver al inicio