Handbook
Glossary
bernoulli-estimate-factorial ( n -- n! )
Vocabulary
math
.
extras
Inputs
n
an
object
Outputs
n!
an
object
Definition
USING:
kernel
math
math.constants
math.functions
;
IN:
math.extras
:
bernoulli-estimate-factorial
( n -- n! )
[
2pi
swap
^
]
[
bernoulli
]
bi
*
2
/
;