This test application demonstrate an algorithm to calculate an approximation of pi. How to run this app:
-
Clone it
-
Go inside the directory
cd pi-test
-
Compile and run the app
mvn clean package && java -jar target/revelian-test-1.0.jar
-
Access this on your web browser
NOTES: pi is neverending but I put a configuration of the term limit. The application.properties lives on src/main/java/resources/application.properties