shithub: MicroHs

ref: 9c14bc26bdb2afc8b8bb9d4be650b7ffef87baf0
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)