Proyecto

General

Perfil

Getting Started » Histórico » Versión 11

Federico Vera, 2018-07-17 07:28

1 2 Federico Vera
# Getting Started
2
3 1 Federico Vera
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).
4
5 4 Federico Vera
If you're a regular `exp4j` user first checkout [[Differences with the original exp4j]].
6 1 Federico Vera
7
If you are new to `exp4j`, then checkout:
8
* [[Built in Functions]]
9
* [[Built in Operators]]
10
* [[Extra Functions and Operators]]
11
* [[First Steps]]
12
* [[Advanced Examples]]
13
* [[Warnings]]
14 5 Federico Vera
* [JavaDocs](https://docs.riddler.com.ar/exp4j/apidocs/)
15
* [JaCoCo](https://docs.riddler.com.ar/exp4j/jacoco/)
16 1 Federico Vera
17 11 Federico Vera
## Building
18
19
~~~
20
git clone [email protected]:riddler_arg/exp4j.git
21
cd exp4j
22
ant build-all
23
~~~
24
25
## Building without extras
26
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`.
27
28
~~~
29
git clone [email protected]:riddler_arg/exp4j.git
30
cd exp4j
31
rm -rf src/main/java/net/objecthunter/exp4j/extras
32
ant build-all
33
~~~
34
35 7 Federico Vera
## Extras
36 6 Federico Vera
37 8 Federico Vera
- [API Documentation](https://docs.riddler.com.ar/exp4j/apidocs/)
38
- [Code Coverage](https://docs.riddler.com.ar/exp4j/jacoco/)
39 6 Federico Vera
40 1 Federico Vera
***
41 10 Federico Vera
## Contributing
42
- [Help Transalte!](https://poeditor.com/join/project/DjiMBPIw1u). Read the official [announcement](https://redmine.riddler.com.ar/news/8).
43
44
## Downloads
45
- [Download `exp4j-LATEST`](https://redmine.riddler.com.ar/projects/exp4j/files)
Volver al inicio