shithub: MicroHs

ref: 68ad75d957e8ea0fab50b3ca8884f9927dd5ebbe
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)