Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
readInt :: ByteString -> Int Source #
readDouble :: ByteString -> Double Source #
bins :: Int -> (Int, Int) -> [(Int, Int)] Source #
divide a given region into k equal size sub-regions, discarding leftovers
binBySize :: Int -> (Int, Int) -> [(Int, Int)] Source #
divide a given half-close-half-open region into fixed size half-close-half-open intervals, discarding leftovers