comparison lisp/calc/README @ 95085:7aaa89295524

Mention register commands.
author Jay Belanger <jay.p.belanger@gmail.com>
date Sun, 18 May 2008 21:17:21 +0000
parents 6c9af2bfcfee
children 19b444af3a2d
comparison
equal deleted inserted replaced
95084:12793e6721a0 95085:7aaa89295524
70 70
71 71
72 Summary of changes to "Calc" 72 Summary of changes to "Calc"
73 ------- -- ------- -- ---- 73 ------- -- ------- -- ----
74 74
75 * Added support for using registers.
76
75 * Added support for Yacas, Maxima and Giac languages. 77 * Added support for Yacas, Maxima and Giac languages.
76 78
77 * Added a menu. 79 * Added a menu.
78 80
79 * Added logistic non-linear curves to curve-fitting. 81 * Added logistic non-linear curves to curve-fitting.
80 82
81 * Added option of plotting data points and curve when curve-fitting. 83 * Added option of plotting data points and curve when curve-fitting.
82 84
83 * Made unit conversions exact when possible. 85 * Made unit conversions exact when possible.
84 86
85 * Lower the precedence of negation. 87 * Lowered the precedence of negation.
86 88
87 Version 2.1: 89 Version 2.1:
88 90
89 * New matrix mode for square matrices. Improved handling of 91 * New matrix mode for square matrices. Improved handling of
90 non-commutative products. 92 non-commutative products.