Explore >> Select a destination


You are here

cs.lmu.edu
| | gpfault.net
8.5 parsecs away

Travel
| |
| | www.cs.virginia.edu
9.8 parsecs away

Travel
| |
| | www.timdbg.com
13.3 parsecs away

Travel
| |
| | donsbot.com
106.1 parsecs away

Travel
| 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...