Proyecto

General

Perfil

Getting Started » Histórico » Revisión 16

Revisión 15 (Federico Vera, 2018-07-18 08:24) → Revisión 16/18 (Federico Vera, 2018-07-18 10:23)

 [![Codacy Badge](https://api.codacy.com/project/badge/Grade/ad8fa724765e4d7ba58400d070c5c868)](https://www.codacy.com/app/RiddlerArgentina/exp4j-riddler?utm_source=gitlab.com&utm_medium=referral&utm_content=riddler_arg/exp4j&utm_campaign=Badge_Grade) ![](https://gitlab.com/riddler_arg/exp4j/badges/master/build.svg) ![coverage](https://gitlab.com/riddler_arg/exp4j/badges/master/coverage.svg) [![](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/riddler_arg/Lobby) 

 # 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