We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c530f commit 95f531aCopy full SHA for 95f531a
1 file changed
basis/math/constants/constants-docs.factor
@@ -8,6 +8,7 @@ ARTICLE: "math-constants" "Constants"
8
euler
9
phi
10
pi
11
+ 2pi
12
epsilon
13
single-epsilon
14
} ;
@@ -36,8 +37,8 @@ HELP: 2pi
36
37
38
HELP: epsilon
39
{ $values { "epsilon" number } }
-{ $description "The smallest double-precision floating point value you can add to 1 without underflow" } ;
40
+{ $description "The smallest double-precision floating point value you can add to 1 without underflow." } ;
41
42
HELP: single-epsilon
43
-{ $description "The smallest single-precision floating point value you can add to 1 without underflow" } ;
44
+{ $description "The smallest single-precision floating point value you can add to 1 without underflow." } ;
0 commit comments