You are here |
cs.lmu.edu | ||
| | | |
gpfault.net
|
|
| | | | ||
| | | |
www.cs.virginia.edu
|
|
| | | | ||
| | | |
www.timdbg.com
|
|
| | | | ||
| | | |
donsbot.com
|
|
| | In a recent mailing list thread Andrew Coppin complained of poor performance with "nice, declarative" code for computing the mean of a very large list of double precision floating point values: import System.Environment import Text.Printf mean :: [Double] -> Double mean xs = sum xs / fromIntegral (length xs) main = do [d] <- map... |