RosettaCodeData/Task/Gamma-function/Factor/gamma-function.factor

6 lines
117 B
Factor
Raw Permalink Normal View History

2019-09-12 10:33:56 -07:00
! built in
USING: picomath prettyprint ;
0.1 gamma . ! 9.513507698668723
2.0 gamma . ! 1.0
10. gamma . ! 362880.0