nevalang / neva

🌊 Flow-based programming language with static types and implicit parallelism. Compiles to native code and Go
https://nevalang.org
MIT License
85 stars 7 forks source link

math: Add {int,float}_div and int_mod ops #678

Closed Catya3 closed 2 weeks ago

Catya3 commented 2 weeks ago

Old int_mod was renamed CaseMod (int_casemod) to reflect its usage. Examples using it were updated.

I need Mod and Div for https://github.com/Catya3/mandelbrot