shithub: MicroHs

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