Ump is a program where you can make calculations, draw plots, solve equations
and a lot more...
For installation information see the file INSTALL which comes with the source-code.
This documentation is far from finished, but I hope that it will be enough to get started.
When viewing a 3D plot, use the arrow keys to rotate and Page Up/Down to zoom the plot.
Escape, x or q closes the 3D plot window.
Highlights in v0.8.3
- Added an easy way to calculate the derivate, integral & length.
- New parser which runs the Ump-code faster.
- Speed improvements when dealing with "small" integers (below 4 294 967 296)
- Various speed and memory fixes for ploting 2D & 3D.
- New divide algorithm for big integers, it's more than four times faster.
- Some bug fixes and code cleaning.
Incompatible changes between v0.8.2 & v0.8.3
- In function _3d_add_plane the X & Y list should be 1D lists and not 2D as before.