File: jacalcat

package info (click to toggle)
jacal 1b7-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 808 kB
  • ctags: 884
  • sloc: lisp: 5,842; makefile: 316; sh: 104
file content (10 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
;;; "jacalcat": SLIB catalog additions for JACAL.     -*-scheme-*-
(
 (finite-fields		defmacro "ff")
 (polynomial-factors	defmacro "factors")
 (combinatorics		. "combin")
 (univariate-hensel	defmacro "uv-hensel")
 (hensel		. "hensel")
 (debug-jacal		. "debug")
 (info			. "info")
 )