luzhiled1333 / comp-library

Creative Commons Zero v1.0 Universal
4 stars 2 forks source link

[math/type] Big Integer #128

Open Luzhiled opened 1 year ago

Luzhiled commented 1 year ago

Description

signed / unsigned 多倍長整数型

File Name

src/math/type/big-integer/*

TODO

note

ei1333 commented 1 year ago

using bigint = boost::multiprecision::cpp_int;

Luzhiled commented 1 year ago

math/class/big-integer/* とかのほうが良いかもしれない 要検討