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

6 lines
117 B
Factor
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
! built in
USING: picomath prettyprint ;
0.1 gamma . ! 9.513507698668723
2.0 gamma . ! 1.0
10. gamma . ! 362880.0