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