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