ref: 65a2249a1ba81f0448c0e9f02e9d65d176b88cfd 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)