source: CGBLisp/doc/rat.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: 1.4 KB
Line 
1
2;;; NUM (p) [FUNCTION]
3;;;
4;;; DENOM (p) [FUNCTION]
5;;;
6;;; RAT-SIMPLIFY-2 (num denom) [FUNCTION]
7;;;
8;;; RAT-SIMPLIFY (p) [FUNCTION]
9;;;
10;;; RAT+ (p q) [FUNCTION]
11;;;
12;;; RAT- (p q) [FUNCTION]
13;;;
14;;; RAT* (p q) [FUNCTION]
15;;;
16;;; RAT/ (p q) [FUNCTION]
17;;;
18;;; SCALAR-TIMES-RAT (scalar p) [FUNCTION]
19;;;
20;;; SCALAR-DIV-RAT (scalar p) [FUNCTION]
21;;;
22;;; RAT-ZEROP (p) [FUNCTION]
23;;;
24;;; RAT-UMINUS (p) [FUNCTION]
25;;;
26;;; RAT-EXPT (p n) [FUNCTION]
27;;;
28;;; RAT-CONSTANT (c n) [FUNCTION]
29;;; Make a constant rational function equal to c with n variables
30;;;
31;;; RAT-TO-POLY (p) [FUNCTION]
32;;; Attempt to convert a rational function to a polynomial by
33;;; dividing numerator by denominator. Error if not divisible
34;;;
Note: See TracBrowser for help on using the repository browser.