math.extras: Fix stirling

Fixes #2149
clean-macosx-x86-32
Niklas Larsson 2019-07-06 13:30:52 +02:00 committed by John Benediktsson
parent eb25325f87
commit c3197c36c3
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@ sequences.private sets sorting sorting.extras ;
IN: math.extras
<PRIVATE
DEFER: stirling
<PRIVATE
: (stirling) ( n k -- x )
[ [ 1 - ] bi@ stirling ]
[ [ 1 - ] dip stirling ]