TPK algorithm: Difference between revisions

Content deleted Content added
Aranel (talk | contribs)
m disambig function
correct the perl golf code
Line 30:
map([$_->[0],($_->[1]>400?'TOO LARGE':$_->[1])],
map([$_->[0],sub{sqrt(abs($_[0]))+5*$_[0]**3}->($_->[1])],
map([$_+0,$_=<>],(0..210))))))),"\n";
</pre>