Getting Started » Histórico » Revisión 11
Revisión 10 (Federico Vera, 2018-07-16 03:55) → Revisión 11/18 (Federico Vera, 2018-07-17 07:28)
# 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