Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement multiple precision support for numbers #44

Open
mertyildiran opened this issue Apr 24, 2020 · 2 comments
Open

Implement multiple precision support for numbers #44

mertyildiran opened this issue Apr 24, 2020 · 2 comments
Assignees
Labels
feature request New feature or request
Projects

Comments

@mertyildiran
Copy link
Member

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

@mertyildiran mertyildiran added the feature request New feature or request label Apr 24, 2020
@mertyildiran mertyildiran self-assigned this Apr 24, 2020
@mertyildiran mertyildiran added this to To do in Chaos via automation Apr 24, 2020
@dumblob
Copy link

dumblob commented Oct 22, 2021

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.

@mertyildiran
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
Chaos
  
To do
Development

No branches or pull requests

2 participants