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

Support Fractions #175

Closed
ronnycsharp opened this issue Jan 2, 2017 · 4 comments · Fixed by #693
Closed

Support Fractions #175

ronnycsharp opened this issue Jan 2, 2017 · 4 comments · Fixed by #693
Labels
Milestone

Comments

@ronnycsharp
Copy link

Hi Dmitry,
I have another good idea, what do you think about fraction-support.
Like 2 1/2 => 2,5.

Maybe with conversion of a decimal-number into a fractionalized number.

Regards
Ronny

@sys27
Copy link
Owner

sys27 commented Jan 2, 2017

@ronnycsharp
Hi.

How do we understand that '2 1/2' is equal to '2.5' instead of '21/2 = 10.5'?

Also, right now, you can use the following expression: 2 + 1/2 = 2.5.

@ronnycsharp
Copy link
Author

Perhaps it can be parsed like this: frac(2,1,2x) =>2+(1/(2x)) with a Fraction-Expression.

@sys27
Copy link
Owner

sys27 commented Jan 5, 2017

@ronnycsharp
It's not obvious, what each parameter means. Right now, I don't see any point to implement it.

@ronnycsharp
Copy link
Author

img_0010

Hi Dmitry, That's what I mean.
It would be nice to enter a decimal number with an additional fraction part.

Regards
Ronny

@sys27 sys27 added feature proposal Features that are not approved yet labels Aug 5, 2023
@sys27 sys27 added this to the xFunc 4.4.0 milestone Aug 5, 2023
sys27 added a commit that referenced this issue Aug 24, 2023
sys27 added a commit that referenced this issue Aug 24, 2023
sys27 added a commit that referenced this issue Aug 25, 2023
sys27 added a commit that referenced this issue Aug 25, 2023
sys27 added a commit that referenced this issue Aug 25, 2023
sys27 added a commit that referenced this issue Aug 25, 2023
sys27 added a commit that referenced this issue Aug 25, 2023
sys27 added a commit that referenced this issue Aug 25, 2023
sys27 added a commit that referenced this issue Aug 26, 2023
sys27 added a commit that referenced this issue Aug 27, 2023
@sys27 sys27 removed the proposal Features that are not approved yet label Aug 27, 2023
sys27 added a commit that referenced this issue Aug 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants