You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems reasonable. In the long run, once #50 is done, there should be replacement-macros for all build-in chip operators (except for these that are available on all chips).
Dependent on #50.
I think it would be good to define a
mod(x,m)
macro in the standard math library.I've implemented the mod for my own project.
In
std/math_basic.nolol
In
std/math_advanced.nolol
(Macro definitions assuming #55.)
Thank you.
The text was updated successfully, but these errors were encountered: