shithub: MicroHs

ref: c3220c79a4a56b77e4e2b46d0729909f01ca15cd
dir: /tests/Floating.hs/

View raw version
module Floating(main) where
import Prelude

main :: IO ()
main = do
  print $ logBase 10 (1000::Double)
  print $ cos (pi::Double)
  print $ sqrt (4::Double)