ref: 7f9db71a3aadbfdc65b740e8d59492f2b6d5cdc4 dir: /tests/Floating.hs/
module Floating(main) where import Prelude main :: IO () main = do print $ logBase 10 (1000::Double) print $ cos (pi::Double) print $ sqrt (4::Double)