TPK algorithm: Difference between revisions

Content deleted Content added
on second thought, move the ALGOL 60 implementation with the mention of the other languages in the apper
Ricvelozo (talk | contribs)
Line 117:
}
 
a.iterinto_iter().enumerate().rev().for_each(|(i, &t)| match f(t) {
y if y > 400.0 => println!("{} TOO LARGE", i),
y => println!("{} {}", i, y),