ykoba1994 / bignumber.nim

An implementation of arbitrary precision integers and floating point numbers for Nim.
MIT License
3 stars 0 forks source link
arbitrary-precision bignumber multi-precision nim nim-lang

bignumber.nim

Nimで多倍長整数と多倍長浮動小数点数を実装しました。この実装は私がSPOJ Constantsコンテストのために書いているコードをもとにパフォーマンスの核となるFFT乗算を除き、代わりにToom-Cook乗算を追加したものです (English README)。

特徴

注意点

TODO

API Documents

API Documents (generated by "nim doc" command)

License

MIT License