cmditch / elm-bigint

An elm implementation of the BigInt paradigm.
MIT License
15 stars 4 forks source link

Improve documentation of modBy #5

Closed cosineblast closed 1 week ago

cosineblast commented 2 weeks ago

Closes #4 Adds comment to modBy to note that it does not behave like Basics.modBy with negative arguments.

cmditch commented 1 week ago

Thanks!