blob: 2ece00eae8a024d70fed7e4d3d6ff437f48f85c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
(/VERSIONCHECK 2)
(DEFPARAMETER |RealNumberSystem;AL| 'NIL)
(DEFUN |RealNumberSystem;| ()
(PROG (#0=#:G1406)
(RETURN
(PROG1 (LETT #0#
(|sublisV|
(PAIR '(#1=#:G1402 #2=#:G1403 #3=#:G1404
#4=#:G1405)
(LIST '(|Integer|)
'(|Fraction| (|Integer|))
'(|Pattern| (|Float|)) '(|Float|)))
(|Join| (|Field|) (|OrderedRing|)
(|RealConstant|) (|RetractableTo| '#1#)
(|RetractableTo| '#2#)
(|RadicalCategory|)
(|ConvertibleTo| '#3#)
(|PatternMatchable| '#4#)
(|CharacteristicZero|)
(|mkCategory| '|domain|
'(((|norm| ($ $)) T)
((|ceiling| ($ $)) T)
((|floor| ($ $)) T)
((|wholePart| ((|Integer|) $)) T)
((|fractionPart| ($ $)) T)
((|truncate| ($ $)) T)
((|round| ($ $)) T)
((|abs| ($ $)) T))
NIL '((|Integer|)) NIL)))
|RealNumberSystem|)
(SETELT #0# 0 '(|RealNumberSystem|))))))
(DEFUN |RealNumberSystem| ()
(LET ()
(COND
(|RealNumberSystem;AL|)
(T (SETQ |RealNumberSystem;AL| (|RealNumberSystem;|))))))
(SETQ |$CategoryFrame|
(|put| '|RealNumberSystem| '|isCategory| T
(|addModemap| '|RealNumberSystem| '(|RealNumberSystem|)
'((|Category|)) T '|RealNumberSystem|
|$CategoryFrame|)))
(MAKEPROP '|RealNumberSystem| 'NILADIC T)
|