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