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