forked from Qalculate/libqalculate
-
Notifications
You must be signed in to change notification settings - Fork 1
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
[pull] master from Qalculate:master #316
Open
pull
wants to merge
154
commits into
RogueScholar:master
Choose a base branch
from
Qalculate:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
…on); log(x, 1) is always zero when x has non-zero imaginary part; Improve newtonsolve() and secantsolve(); Minor tweak for prefix conversion; Fix build issues with last commit (more changes than intended where included) (issue #604)
…rencies"; Exit with error status code if command line expression generates error (issue #607); Avoid radian unit missing error message with --nounits command line option
…-s) command line argument (issue #149)
…issue #609); Improve output of complex angle form in some cases; Do not display exact result for dual approximation if parsed expression differs (can occur in some cases with conversion to angle unit), and in some cases where the only differences is how exact numbers in function arguments are (e.g. "i to angle to deg")
… number of bits are not enough for output of binary or hexadecimal number, use default, instead of minimal, number of bits
…html output and in qalc ("set e notation 0") (issue #614); Always put number using 10^x notation in parenthesis of not top object
…hout argument); Recognize function name with parentheses appended in argument of "delete" command (useful for deletion of function with same name as variable or unit) (issue #616)
…upport for j:k (for sequence of numbers with increment 1), and j:i:k (with increment i) syntax; Add colon() function (used by new syntax); Improve bitget() and bitset(); Improve detection of spelling errors (only test for unit names if the unit placement in expression seems reasonable); Fix parentheses for numbers (with scientific notation)
… y)), and, if y cannot be isolated completely, return resulting equation in solve() function (e.g. dsolve(diff(y , x) = y)= solve(ln(y) = x + C, y)) (issue #617)
…otation (0x1.4p3 = 0x1.4 * 2^3 = 10)
… expression, even if "/" is not used; Check for potential spelling mistakes in unknown commands in qalc; Add support for values > 1 for twosin and hextwosin options in qalc; Update colon() title and description for getbit() and setbit(); Add support for "prefix" conversion option for "to" without expression in qalc; Add example for new syntax for sequence vector; Update translations; Update man page; Update ChangeLog
…ounding methods and replace PrintOptions::round_halfway_to_even (and truncate time zone value hack) with PrintOptions::rounding; Add PrintOptions::duodecimal_symbols (replace time zone value hack); Replace PrintOptions::lower_case_e with PrintOptions::exp_display and add option for scientific notation without E (10^x); Add ParseOptions::binary_bits (replaces non-boolean values for twos_complement and hexadecimal_twos_complement); Add keep command, which makes variable or function non-temporary, to qalc; Improve handling of "..."; Add private objects (empty for now) to MathStructure and ExpressionItem; Make minor changes which are now feasible because of binary compatibility breakage;
…or type) - return vector instead of matrix, require equal number of elements, and use the same vector index for all argument for each function instance (e.g. atan2([1 2], [3 4]) = [atan2(1, 3) atan(2 4)]; Set handle vector property by default, for text, date, and boolean arguments, and for arguments, in global non-builtin functions, without specified type; Enable parsing of vectors for text arguments; Add foreach() (simplified for function, using vector instead of counter); Add setbits() function; Change bitset() and digitset() to return vector when argument contain vector, instead if changing multiple positions; Add flip() function (changes order of elements in vectors and matrices); Add "binary bits" option in qalc; Change short name for "exp display" to "edisp" ("exp" can still be used but does not interpret a value of 10 the same); Improvements to scientific notation; EXP_BASE10 -> EXP_POWER_OF_10; Minor fixes
libqalculate/Variable: fix valgrind warnings
…harsets other than UTF-8
…when input line is not empty
… instead of rl_event_hook fixes cursor movement with Unicode characters and should reduce delay) (issue #659)
…input delay) (issue #659)
…ess strict command detection, and fix expand, factor, partial fractions, bases and calendars conversion); Fix untranslated "to calendars" when translated "calendars" exists
Add triple() function
…new version first time in interactive mode; Do not show calculate as you type error/warning for aborted calculation (e.g. "Unable to integrate the expression" when calcuation is too slow); Fix spacing after implicit mulitplication interpretation question; Fix formatting when commands/expression is read from file before interactive mode
Fix issues building with MSVC
Update french for lib
…g when converted back to lower case)
…t; Fix segfault with very large integer raised by very large integer (integer length multiplied by exponent overflows long long int), e.g. "fs^EiK"; Fix wrong output of converted unit with non-numerical exponent in some cases; Improve ability to abort matrix functions; Improve calculation of formatted string length (for filtering of multiple results in Calculator::calculateAndPrint()); Remove "timed out" alternative results in Calculator::calculateAndPrint(); Do not ask calculate as you type question with "--defaults"; Place "approx." on same line as value (instead of as equals sign); Display "aborted" for long aborted result
…1-1/x)-x=0" when approximation is not exact, issue #720)
…using precision (if PrintOptions::max_decimals < -1, digits = -max_decimals); Fix current value for "help set approximation" when approximation is exact but auto/dual approximation is not reset (after "exact" command); Update exchange rates; Update translations; Increment version number
…ion; Fix calculate as you type Unicode output on Windows; Do not ask if calculate as you type question on Windows versions without support for text formatting
Update fr.po
… in vector; Set ans variable to solution(s) of equation (as if solve() where used)
…tor); Fix automatic variable detection in select()
…en piping/redirecting input, issue #729)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )