shithub: MicroHs

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