boostorg / boostorg/multiprecision
conversion of big int to string
Open
- Dominant language
- C++
- Stars
- 265
- Forks
- 128
- Avg merge
- 4h 48m
- Merged PRs (30d)
- 2
Description
We use `i.convert_to` for a multi precision integer `i` and observe a factor of 10 difference for the `cpp_int` backend compared to the `gmp_int` backend. Is there a better way than using `convert_to()` ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.