@System64 ~ Flandre Scarlet I needed a fixed point number library for nim, and the ones I tested are pretty good but not deterministic. So I started my own deterministic one @[nfx](https://github.com/heysokam/nfx/blob/master/src/nfx/fx.nim), but trigonometry is currently broken. If you don't need determinism, then bartoletti's lib is the best one out there. Really good math in there, and well documented. If you need determinism (but not trigonometry) then nfx could be enough. There is another one that was partially finished, that seemed good. But I didn't test if that one is deterministic or not Sadly, fpn didn't pass the determinism I tried on it :_( I could never figure out why