Skip to content
New issue

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

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

Already on GitHub? # to your account

Specify precision #5

Closed
tinybike opened this issue Jul 6, 2014 · 2 comments
Closed

Specify precision #5

tinybike opened this issue Jul 6, 2014 · 2 comments
Assignees

Comments

@tinybike
Copy link
Member

tinybike commented Jul 6, 2014

Should be able to specify decimal precision -- use IEEE types? E.g. decimal128.

@tinybike tinybike self-assigned this Jul 6, 2014
@ScottPJones
Copy link

This should probably be closed. It looks to me like Decimals is trying to be like Java's BigDecimal type (arbitrary precision decimal floating point numbers). If one wants to use the IEEE decimal floating point types, they are now supported (as of 2015) by DecFP.jl

@hurak
Copy link
Contributor

hurak commented Oct 7, 2019

Indeed, DecFP.jl is doing exactly that. As far as I understand the position of Decimals.jl, it aims at offering an arbitrary precision decimal floating point arithmetics in the style of Decimal package for Python. I also inserted some explanation of these (including links) to the README.md file. Hence I dare to close this.

@hurak hurak closed this as completed Oct 7, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

3 participants