54
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Dec 21, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Ensure that existing pretty printer output tests are executed with maxima_unicode_display = false.
robert_dodier
as Robert Dodier
More... about 1 year ago
Description of maxima_unicode_display in reference manual, and images showing Unicode and ASCII display examples.
robert_dodier
as Robert Dodier
More... about 1 year ago
Replace varp with varp2 in a few more places
rtoy
as Raymond Toy
More... about 1 year ago
Add freevar2 predicate like freevar but takes the var arg
rtoy
as Raymond Toy
More... about 1 year ago
Fix bug in display of box(x) (or box applied to anything which has height = 1 and depth = 0) when maxima_unicode_display = true.
robert_dodier
as Robert Dodier
More... about 1 year ago
Update rat8 and rat8prime to take a second arg for the var to test.
rtoy
as Raymond Toy
More... about 1 year ago
Convert more functions to use varp2 instead of varp predicate.
rtoy
as Raymond Toy
More... about 1 year ago
Use varp2 predicate instead of varp in some places.
rtoy
as Raymond Toy
More... about 1 year ago
Add new m2 predicate varp2 that accepts a second arg for the var
rtoy
as Raymond Toy
More... about 1 year ago
Merge branch 'rtoy-refactor-specvars-sin'
rtoy
as Raymond Toy
More... about 1 year ago
Fix up comments
rtoy
as Raymond Toy
More... about 1 year ago
Ensure that existing pretty printer output tests are executed with maxima_unicode_display = false.
robert_dodier
as Robert Dodier
More... about 1 year ago
Restore previous display for sum and product signs in ASCII art mode; do not attempt to make minor improvements by substituting different ASCII characters.
robert_dodier
as Robert Dodier
More... about 1 year ago
Display wide matrices column by column, using Unicode characters for drawing.
robert_dodier
as Robert Dodier
More... about 1 year ago
Code cleanup removing unused/unneeded stuff from recent changes
rtoy
as Raymond Toy
More... about 1 year ago
*ans* does not need to be a special variable at all.
rtoy
as Raymond Toy
More... about 1 year ago
Display matrices using Unicode characters for drawing, including corners.
robert_dodier
as Robert Dodier
More... about 1 year ago
Rename *ans* to ans in sum-of-intsp
rtoy
as Raymond Toy
More... about 1 year ago
Revert "Make a closure for *ans* for integrate1 and sinint."
rtoy
as Raymond Toy
More... about 1 year ago
Rename *powerl* to powerl
rtoy
as Raymond Toy
More... about 1 year ago
Make a closure for *ans* for integrate1 and sinint.
rtoy
as Raymond Toy
More... about 1 year ago
Make a closure for *powerl* for intform and integrator.
rtoy
as Raymond Toy
More... about 1 year ago
Windows build: Updated wxMaxima More... about 1 year ago
Add comments on how we might be able to remove some specvars
rtoy
as Raymond Toy
More... about 1 year ago
Remove unused declaration for stack.
rtoy
as Raymond Toy
More... about 1 year ago
Rename *stack* to stack since it's no longer special
rtoy
as Raymond Toy
More... about 1 year ago
*stack* does not need to be special.
rtoy
as Raymond Toy
More... about 1 year ago
Remove macro op and add comments.
rtoy
as Raymond Toy
More... about 1 year ago
Add some comments to mark predicate functions for m2 matcher
rtoy
as Raymond Toy
More... about 1 year ago
Remove unused variable arg from integrator.
rtoy
as Raymond Toy
More... about 1 year ago