ref: b5757e2261f1f775b1e9ccaabbda63f1ca9b2d51 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)