shithub: MicroHs

ref: 77bc8fb9a8297ed0ec7f770a7f36e7dfef871267
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)