BigFloat crate for more decimal positions

I'm trying to use BigFloat for exact math operations between very big numbers (some of them has more than 40 decimal digits.). Is there any way to have more than 40 decimal positions in mantisa when defining a bigFloat? Any other idea instead BigFloat will be welcome.

The astro_float crate has a BigFloat type with arbitrary precision.

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.