ref: c914f9616cfc478242462004ba5eb1af416e8d62 dir: /tests/Floating.hs/
module Floating(main) where import Prelude main :: IO () main = do print $ log (1000::Double) print $ cos (pi::Double) print $ sqrt (4::Double)