aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/FPS.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/strap/FPS.lsp')
-rw-r--r--src/algebra/strap/FPS.lsp10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/algebra/strap/FPS.lsp b/src/algebra/strap/FPS.lsp
index 75e426f7..a2329d35 100644
--- a/src/algebra/strap/FPS.lsp
+++ b/src/algebra/strap/FPS.lsp
@@ -4,13 +4,13 @@
(DEFPARAMETER |FloatingPointSystem;AL| 'NIL)
(DEFUN |FloatingPointSystem| ()
- (LET (#:G1387)
+ (LET (#:G1396)
(COND
(|FloatingPointSystem;AL|)
(T (SETQ |FloatingPointSystem;AL| (|FloatingPointSystem;|))))))
(DEFUN |FloatingPointSystem;| ()
- (PROG (#0=#:G1385)
+ (PROG (#0=#:G1394)
(RETURN
(PROG1 (LETT #0#
(|Join| (|RealNumberSystem|)
@@ -78,4 +78,10 @@
|FloatingPointSystem|)
(SETELT #0# 0 '(|FloatingPointSystem|))))))
+(SETQ |$CategoryFrame|
+ (|put| '|FloatingPointSystem| '|isCategory| T
+ (|addModemap| '|FloatingPointSystem|
+ '(|FloatingPointSystem|) '((|Category|)) T
+ '|FloatingPointSystem| |$CategoryFrame|)))
+
(MAKEPROP '|FloatingPointSystem| 'NILADIC T)