Files
Bubberstation/code/modules/wiremod/components/math
CRITAWAKETS 36212e59e1 Adds in the modulo operator to the circuit arithmetic component. (#88253)
## About The Pull Request


![image](https://github.com/user-attachments/assets/17a5d230-c10f-4fda-b782-0d59c2797bff)
This PR just adds in modulo to the circuit arithmetic component.

## Why It's Good For The Game

You _can_ calculate it yourself, but then it ends up extremely unoptimal
and you're usually better off not doing it. It also ends up really hard
to read.
I want to see more clever circuits and computing things.

## Changelog
🆑
add: Added in the modulo operator to the circuit arithmetic component.
/🆑
2024-11-29 04:28:18 +01:00
..