Fix indentation

db4
Slava Pestov 2008-02-12 17:32:26 -06:00
parent 7c6999872a
commit 5f19ec207f
1 changed files with 4 additions and 4 deletions

View File

@ -113,7 +113,7 @@ PRIVATE>
! http://www.csse.monash.edu.au/~lloyd/tildeAlgDS/Numerical/Stirling/
: stirling-fact ( n -- fact )
[ pi 2 * * sqrt ]
[ dup e / swap ^ ]
[ 12 * recip 1 + ]
tri * * ;
[ pi 2 * * sqrt ]
[ dup e / swap ^ ]
[ 12 * recip 1 + ]
tri * * ;