summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDaniel Santos <dacs.git@brilhante.top>2023-01-12 13:18:34 +0000
committerDaniel Santos <dacs.git@brilhante.top>2023-01-12 13:18:34 +0000
commitec9cdf9f1e84bd4c8357bbbfbbec88b774c4865f (patch)
treea98f1f530b22b06e710aaa49d9925d114588b942
parent07f426bad3819c2bd9592044352e1c4f28492e52 (diff)
downloadcl-math-ec9cdf9f1e84bd4c8357bbbfbbec88b774c4865f.tar.gz
top comment update
-rw-r--r--plus.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plus.lisp b/plus.lisp
index e833897..0b49201 100644
--- a/plus.lisp
+++ b/plus.lisp
@@ -1,4 +1,4 @@
-;;; plus one function
+;;;; plus function
 
 (defvar *number-units-at-beginning* nil)
 
ac616d4e750'>78f9c9a2c ^
9b002e0d4 ^
78f9c9a2c ^






26a9ba71c ^






6c7abe6e5 ^
26a9ba71c ^

9b002e0d4 ^
26a9ba71c ^







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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65