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.
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
- JaCoCo
Building¶
git clone [email protected]:riddler_arg/exp4j.git
cd exp4j
ant build-all
Building without extras¶
In case size is reaaaally 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¶
Contributing¶
- Help Transalte!. Read the official announcement.
Downloads¶
Actualizado por Federico Vera hace más de 6 años · 18 revisiones
Volver al inicio