kaiyushe.com

Projects

Here are some projects I have been working on. I mostly write in Python. These projects are mostly to teach myself some concepts.

  1. Chudnovsky Pi algorithm implementation
    I based my project off of the binary splitting implementation found here.
    Written in Python and C. The C version requires libgmp-dev and an OpenMP compatible compiler (GCC works).