X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fmath%2Fanalysis%2Fanalysis.factor;h=39d6450ba0cffc20d317b4e4608f473964bf746c;hp=16a45fc691fce9400b5b44387391475aa5fc264b;hb=3f3d57032bf29190e9bee12d168a4bce6d74653c;hpb=cd1bb8f4c8afba318249c7b756a45aa1c46ea51e diff --git a/extra/math/analysis/analysis.factor b/extra/math/analysis/analysis.factor index 16a45fc691..39d6450ba0 100755 --- a/extra/math/analysis/analysis.factor +++ b/extra/math/analysis/analysis.factor @@ -117,5 +117,5 @@ PRIVATE> : stirling-fact ( n -- fact ) [ pi 2 * * sqrt ] [ [ e / ] keep ^ ] - [ 12 * recip 1+ ] tri * * ; + [ 12 * recip 1 + ] tri * * ;