No description
Find a file
Kaushal Modi 39b6e9a76d Remove the obsoleted immediate pragma
https://nim-lang.github.io/Nim/manual#templates-typed-vs-untyped-parameters

Updated the minimum required Nim version to the latest stable as of
today; v0.20.0.

> A template where every parameter is untyped is called an immediate
  template. For historical reasons templates can be explicitly
  annotated with an immediate pragma and then these templates do not
  take part in overloading resolution and the parameters' types are
  ignored by the compiler. Explicit immediate templates are now
  deprecated.
2019-06-20 11:54:49 -04:00
examples Prevent users from directly importing int and rat modules 2015-06-05 14:30:41 -03:00
src Remove the obsoleted immediate pragma 2019-06-20 11:54:49 -04:00
.gitignore Initial commit 2015-06-03 19:13:40 -03:00
bignum.nimble Remove the obsoleted immediate pragma 2019-06-20 11:54:49 -04:00
LICENSE Initial commit 2015-06-03 19:13:40 -03:00
README.md Add addMul and subMul procs 2015-06-04 19:48:59 -03:00

Bignum

Wrapper around the GMP bindings for the Nim language.

Documentation

http://FedeOmoto.github.io/bignum/