An open API service indexing awesome lists of open source software.

https://github.com/montyanderson/chudnovsky

Chudnovsky algorithm implemented in C.
https://github.com/montyanderson/chudnovsky

Last synced: 3 months ago
JSON representation

Chudnovsky algorithm implemented in C.

Awesome Lists containing this project

README

        

# chudnovsky
Chudnovsky algorithm implemented in C.

```
$ make && ./a.out
3.141593e+00
```

## Features / Aims

* Fast and modular
* Don't recalculate values that can be stored.
* Be as close to the original algorithm as possible.