/math-with-regexps

Math with regexps for fun

Primary LanguageShell

A repo with assorted one-liners I come up with to do simple math stuff
using regexps.

These are not golf exercises (they all can be shortened indeed), the
motivation is to explore the technique Abigail uses in his famous
primality test.