ref: 5d4c8718a6384d8a27e0bdbf09bc517ac87a4c26 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)