Chris

Results 2 comments of Chris

The results are not equal. Run this and see it outputs 21, not 5 as in the pseudo-code. Although, it's probably because of C precision vs Python precision. ```c #include...

I constantly ran into OOMs but fixed it using `assign`, as suggested: #724. I'm just using my local fork for now, but if anyone wants to review/merge/fork my PR, feel...