Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Optimize Your Loops

Name: FrozenVoid 2009-06-26 15:57

replace i%x=0 by i&x=0

Name: Anonymous 2009-06-26 16:41

Prelude Data.Bits> length [(a, b) | a <- [1..100], b <- [1..100], a `mod` b /= a .&. b]
8713

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List