GitHub - cdm-work/pi: Calculate PI using Fabrice Bellard's formula

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

Readme

Activity

Stars

0 stars

Watchers

1 watching

Forks

0 forks

Releases

No releases published

Languages

  • C 98.6%
  • Makefile 1.4%