Monadical-SAS / monadical.com

🖥️ Custom Flask + Jinja2 static site generator and content powering Monadical.com
https://monadical.com
10 stars 4 forks source link

posts/modular-arithmetic #181

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

How to build a modular arithmetic library in Python

In this tutorial, we're going to learn how to create a library for modular arithmetic, using operator overloading and redefining the built-in functions for NumPy.

https://monadical.com/posts/modular-arithmetic.html

pirate commented 1 year ago

Woah this is very cool! Nice walkthrough.