source: CGBLisp/doc/term.txt@ 1

Last change on this file since 1 was 1, checked in by Marek Rychlik, 15 years ago

First import of a version circa 1997.

File size: 672 bytes
Line 
1
2;;; TERM* (term1 term2 &optional (ring *coefficient-ring*)) [FUNCTION]
3;;;
4;;; TERM/ (term1 term2 &optional (ring *coefficient-ring*)) [FUNCTION]
5;;;
6;;; MONOM-TIMES-TERM (m term) [FUNCTION]
7;;;
8;;; TERM-DIVIDES-P (term1 term2) [FUNCTION]
9;;;
10;;; TERM-MONOM (term) [MACRO]
11;;;
12;;; TERM-COEFFICIENT (term) [MACRO]
13;;;
14;;; (SETF TERM-MONOM) (monom) [SETF MAPPING]
15;;;
16;;; (SETF TERM-COEFFICIENT) (coefficient) [SETF MAPPING]
17;;;
Note: See TracBrowser for help on using the repository browser.