ref: 4f9c037b5e4354e9670d79f83a584a64fa79376d 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)