Skip to content
/ pi Public
forked from rafaello7/pi

Calculate PI using Fabrice Bellard's formula

Notifications You must be signed in to change notification settings

cdm-work/pi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

π

Calculates π value using Fabrice Bellard's formula.

Π value is computed with moderate speed. For example calculation 1'000'000 digits of π on NanoPi M3 takes about 5 min. The program was written mainly for testing system stability and as a benchmark. The program source code (written in C) has only ~250 lines.

All available CPU cores are used for calculations.

About

Calculate PI using Fabrice Bellard's formula

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.6%
  • Makefile 1.4%