| Crates.io | hmath |
| lib.rs | hmath |
| version | 0.1.17 |
| created_at | 2023-05-08 07:15:07.615399+00 |
| updated_at | 2023-09-17 08:28:34.675625+00 |
| description | Big Integers and Rational Numbers |
| homepage | |
| repository | https://github.com/baehyunsol/hmath |
| max_upload_size | |
| id | 859549 |
| size | 310,781 |
This library implements big-integers and rational numbers. Though the big-integers don't have size limits, some functions assume that a big-integer is less than 2^(2^31). It's safer to use numbers smaller than that.
This library is for VERY ACCURATE computation. If performance matters, don't use this library.