Skip to content

Raffaello/PI-akka-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

PI-Akka example

It is an example how to use Akka to compute PI using a summation.

It is an upgrade/enanchement of the original tutorial reported here.

Formula

We are using the Leibniz formula:

formula

Improvements

  • Calculating PI/4 and at the end it will be computed times 4
  • Added Worker Akka-Unit testing
  • using application.conf for the parameters instead of hard-coding them

Releases

No releases published

Packages

No packages published

Languages