ref: 35ed3c006dbbc7cf3dc0dfbff24ee87ea4ebf2f6 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)