-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show cbrt(a) instead of a^(1/3) in result (when PrintOptions::halfexp…
…_to_sqrt is true); Do not do automatic exact calculation after slow approximate calculation in qalc; Fix never ending loop with log-based unit in trigonometric function; Fix automatic and dual fractions with too big numerators/denominators; Do not show simple fraction big numerator autmatically when combined fraction is shown; Use false/true instead of 0/1 for result of equality or inequality; Do not output default arguments in save() function; Do not output Unicode cube root symbol (often has low legibility); Fix issues because of uninitialized was_aborted; Fix segfault with "to"-command in qalc; Fix precision in output of expression after RPN operation in qalc; Update translations
- Loading branch information
Showing
22 changed files
with
897 additions
and
736 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.