aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-167/mark-anderson/raku/ch-2.raku4
1 files changed, 0 insertions, 4 deletions
diff --git a/challenge-167/mark-anderson/raku/ch-2.raku b/challenge-167/mark-anderson/raku/ch-2.raku
index 8954bbe8b4..ddfd905443 100644
--- a/challenge-167/mark-anderson/raku/ch-2.raku
+++ b/challenge-167/mark-anderson/raku/ch-2.raku
@@ -33,13 +33,9 @@ sub Γ($z is copy)
else
{
$z--;
-
my $x = 0.99999999999980993;
-
$x += $_ / ($z + $++ + 1) for @p;
-
my $t = $z + @p - ½;
-
$y = sqrt(2 * π) * $t ** ($z + ½) * exp(-$t) * $x;
}