diff options
| author | Jörg Sommrey <28217714+jo-37@users.noreply.github.com> | 2021-03-22 23:11:14 +0100 |
|---|---|---|
| committer | Jörg Sommrey <28217714+jo-37@users.noreply.github.com> | 2021-03-22 23:11:14 +0100 |
| commit | 4b7579a941e553c42e1e9c22c17fcfead8af9324 (patch) | |
| tree | 629ce11f1949642839fd5fde0515cb8b7801bfd6 /challenge-104 | |
| parent | 7f9e156275ffd7739526c7055c857d03043b41f8 (diff) | |
| download | perlweeklychallenge-club-4b7579a941e553c42e1e9c22c17fcfead8af9324.tar.gz perlweeklychallenge-club-4b7579a941e553c42e1e9c22c17fcfead8af9324.tar.bz2 perlweeklychallenge-club-4b7579a941e553c42e1e9c22c17fcfead8af9324.zip | |
Remove useless comment
Diffstat (limited to 'challenge-104')
| -rwxr-xr-x | challenge-104/jo-37/perl/ch-1.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/challenge-104/jo-37/perl/ch-1.pl b/challenge-104/jo-37/perl/ch-1.pl index 1ea5c3c110..88006adf8e 100755 --- a/challenge-104/jo-37/perl/ch-1.pl +++ b/challenge-104/jo-37/perl/ch-1.pl @@ -74,10 +74,6 @@ sub fusc ($n) { # fraction. # See https://en.wikipedia.org/wiki/Calkin%E2%80%93Wilf_tree # Coefficients are in reversed order here. -# -# No performance or memory issues with this approach: -# ./ch-1.pl -single -cws -verbose 9223372036854775808 -# works like a charm: fusc_from_cws(2**63)=1 sub fusc_from_cws ($n) { # This doesn't work for zero. return 0 unless $n; |
