Skip to content

Commit 95f531a

Browse files
committed
math.constants: tweak docs
1 parent 53c530f commit 95f531a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

basis/math/constants/constants-docs.factor

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ARTICLE: "math-constants" "Constants"
88
euler
99
phi
1010
pi
11+
2pi
1112
epsilon
1213
single-epsilon
1314
} ;
@@ -36,8 +37,8 @@ HELP: 2pi
3637

3738
HELP: epsilon
3839
{ $values { "epsilon" number } }
39-
{ $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." } ;
4041

4142
HELP: single-epsilon
4243
{ $values { "epsilon" number } }
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

Comments
 (0)