gibbsly / gm

A utility datapack for doing math operations
The Unlicense
31 stars 2 forks source link

Mod operator #11

Closed MiccDev closed 6 months ago

MiccDev commented 6 months ago

Could you add a function that takes in two macros x and y and it returns the remainder of x divided by y.

gibbsly commented 6 months ago

I have been contemplating a way to do it and I have yet to come up with anything, although I will try to come up with something

GlitchlessCode commented 6 months ago

I will also take a look into this, if I get the time

gibbsly commented 6 months ago

added with https://github.com/gibbsly/gm/pull/13