chaos icon indicating copy to clipboard operation
chaos copied to clipboard

Implement multiple precision support for numbers

Open mertyildiran opened this issue 4 years ago • 2 comments

Implement arbitrary length integer and arbitrary precision floating-point numbers support using GNU Multiple Precision Arithmetic Library. Here is a tutorial.

mertyildiran avatar Apr 24 '20 12:04 mertyildiran

Beware there is a significant difference between multiple precision and arbitrary precision. I'd guess GMP lib is not what you're looking for and you're probably wanting something like mpdecimal.

dumblob avatar Oct 22 '21 17:10 dumblob

@dumblob it could be, yeah thanks for the clarification. I'll update the issue description.

mertyildiran avatar Oct 24 '21 11:10 mertyildiran