-
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.
Return n >= a + 1 for n > a, and n <= a - 1 for n < a, if a is an int…
…eger (and n represents an integer); Improve MathStructure::representsFinite(); Increment version number; Update exchange rates
- Loading branch information
Showing
18 changed files
with
954 additions
and
979 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2024-06-27 Hanna Knutsson <[email protected]> | ||
|
||
* Return n >= a + 1 for n > a, and n <= a - 1 for n < a, if a is an integer (and n represents an integer) | ||
|
||
2024-06-22 Hanna Knutsson <[email protected]> | ||
|
||
* Always return false for 1/f(x)=0 (not f(x)=infinity) | ||
|
@@ -26,7 +30,7 @@ | |
* Preserve allow_infinite parameter for recursive comparison in MathStructure::equals() | ||
* Return true for infinity multiplied by zero in MathStructure::representsUndefined() | ||
* Add recursion counter to MathStructure::isolate_x() and MathStructure::isolate_x_sub() (variable isolation) to avoid stack overflow | ||
* Return true both text strings are empty in equalsIgnoreCase() | ||
* Return true if both text strings are empty in equalsIgnoreCase() | ||
* Fix parenthesis added in front of multiplication sign in some cases | ||
* Use less strict rules when comparing with previous expression (to avoid infinite loop) when isolating variable, in MathStructure::isolate_x_sub(); * Do not apply x+x^(1/a)=b => x=(b-x)^a if (part of) x represents undefined | ||
|
||
|
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.