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 support for Qalculate as an optional evaluation backend #71

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Konfekt
Copy link
Contributor

@Konfekt Konfekt commented Sep 7, 2024

Previously, Crunch only used Vim's floating point library for evaluations. Now, if Qalculate is installed, Crunch can use it for evaluation of a richer syntax. In particular, the somewhat more natural 2^3 and 2**3 instead of pow(3,2).
Disabled by default for backwards compatibility, though many actually might be missing out.

Previously, Crunch only used Vim's floating point library for evaluations.
Now, if Qalculate is installed and configured, Crunch can use it for richer syntax.
These settings are rather for compatibility to vim's eval(),
but not helpful for the user.
@Konfekt
Copy link
Contributor Author

Konfekt commented Nov 22, 2024

@arecarn I beg your pardon for my impatience, but just a quick remark on how this ought to be improved for inclusion, or should it better be made an independent plug-in using this plug-in as a fallback? Thank you very much for having written it!

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 this pull request may close these issues.

1 participant