aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-167/mark-anderson/raku/ch-2.raku2
1 files changed, 2 insertions, 0 deletions
diff --git a/challenge-167/mark-anderson/raku/ch-2.raku b/challenge-167/mark-anderson/raku/ch-2.raku
index 6652f0ef01..8954bbe8b4 100644
--- a/challenge-167/mark-anderson/raku/ch-2.raku
+++ b/challenge-167/mark-anderson/raku/ch-2.raku
@@ -1,5 +1,7 @@
#!/usr/bin/env raku
+# A translation of the Python code at https://en.wikipedia.org/wiki/Lanczos_approximation
+
use Test;
is-approx Γ(3), 2;