Skip to content

intmath implements some useful integer math functions

License

Notifications You must be signed in to change notification settings

chipaca/intmath

Repository files navigation

Go Reference

intmath

intmath implements some useful integer math functions. Think of it as the package that complements math/bits to have a wholly usable math but for integers.

You can read the package documentation. You can also read a rambly blogpost about it. Your choice!


In the tests, you'll find

  • "basic" tests that sanity check form a handful of values, comparing the result to known values.
  • "quick" tests (using testing/quick) that compare the result with slower, assumed-correct implementations. Some of these are not quick, despite the name; if you run the tests without -short you'll probably need to add a bigger -timeout.
  • benchmarks that compare the functions to the slower versions.

About

intmath implements some useful integer math functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages