shithub: MicroHs

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