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