emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calc/calc.el


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc.el
Date: Mon, 10 Oct 2005 15:38:26 -0400

Index: emacs/lisp/calc/calc.el
diff -c emacs/lisp/calc/calc.el:1.66 emacs/lisp/calc/calc.el:1.67
*** emacs/lisp/calc/calc.el:1.66        Fri Oct  7 21:18:47 2005
--- emacs/lisp/calc/calc.el     Mon Oct 10 19:38:26 2005
***************
*** 654,660 ****
  (defcalcmodevar calc-matrix-mode nil
    "If `matrix', variables are assumed to be matrix-valued.
  If a number, variables are assumed to be NxN matrices.
! If `square', variables are assumed to be square matrices of an unspecified 
size.
  If `scalar', variables are assumed to be scalar-valued.
  If nil, symbolic math routines make no assumptions about variables.")
  
--- 654,660 ----
  (defcalcmodevar calc-matrix-mode nil
    "If `matrix', variables are assumed to be matrix-valued.
  If a number, variables are assumed to be NxN matrices.
! If `sqmatrix', variables are assumed to be square matrices of an unspecified 
size.
  If `scalar', variables are assumed to be scalar-valued.
  If nil, symbolic math routines make no assumptions about variables.")
  
***************
*** 1552,1558 ****
                     (cond ((eq calc-matrix-mode 'matrix) "Matrix ")
                           ((integerp calc-matrix-mode)
                            (format "Matrix%d " calc-matrix-mode))
!                          ((eq calc-matrix-mode 'square) "SqMatrix ")
                           ((eq calc-matrix-mode 'scalar) "Scalar ")
                           (t ""))
                     (if (eq calc-complex-mode 'polar) "Polar " "")
--- 1552,1558 ----
                     (cond ((eq calc-matrix-mode 'matrix) "Matrix ")
                           ((integerp calc-matrix-mode)
                            (format "Matrix%d " calc-matrix-mode))
!                          ((eq calc-matrix-mode 'sqmatrix) "SqMatrix ")
                           ((eq calc-matrix-mode 'scalar) "Scalar ")
                           (t ""))
                     (if (eq calc-complex-mode 'polar) "Polar " "")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]