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