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

Add repeating decimal notation in Calc for representing rational fractions #682

Open
rlwhitcomb opened this issue Jun 17, 2024 · 0 comments
Assignees

Comments

@rlwhitcomb
Copy link
Owner

As in 0.(142857) (equal to 1/7).

Would need:

  • lexical syntax
  • recognition in CalcObjectVisitor
  • a way to figure out what the rational fraction represented is
  • format notation to use this
  • appropriate conversions for calculations
  • documentation

There's probably more. So, NOT a trivial issue to resolve.

@rlwhitcomb rlwhitcomb self-assigned this Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant