Skip to content

c1m50c/big-int

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

big-int

Build

Library implementing a big int, which is a numerically limitless integer. For example the Rust built-in type i32 can only range from -2147483648 | -(2^31) to 2147483648 | (2 ^ 31), with big int this range is virtually non-existent.

Testing

$ cd big-int
$ cargo test
...
test result: ok # If things go well test should pass.

Releases

No releases published

Packages

No packages published

Languages