Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 423 Bytes

File metadata and controls

18 lines (14 loc) · 423 Bytes

libpi

libpi calculates an approximation of .

Method

The approximation is done using Nilakantha Series

.

Build

  • git clone git@github.com:mathinjenkins/libpi.git
  • cd libpi
  • mkdir build && cd build
  • cmake ../
  • make
  • ./test/pi_test

License

MIT License