Skip to content

Adding big(::FixedPoint) and rationalize(::FixedPoint) #184

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

Closed
kimikage opened this issue Jun 21, 2020 · 0 comments · Fixed by #186
Closed

Adding big(::FixedPoint) and rationalize(::FixedPoint) #184

kimikage opened this issue Jun 21, 2020 · 0 comments · Fixed by #186

Comments

@kimikage
Copy link
Collaborator

kimikage commented Jun 21, 2020

Conversion to BigFloat is already supported. However, Base.big() have not been overloaded.

In practical use, we should explicitly specify the BigFloat, but the short big may be useful for debugging.

Similarly, rationalize() have not been overloaded. Even though the name "rationalize" is longer than "Rational", I think supporting it is better for consistency.

@kimikage kimikage changed the title Adding big(::FixedPoint) Adding big(::FixedPoint) and rationalize(::FixedPoint) Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant