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