summaryrefslogtreecommitdiff
path: root/testsuite/tests/numeric/should_run/4381.hs
blob: e55a86939e3ded8e47ee5e731520a1fd410d00fb (plain)
1
2
3
4
5
module Main where

main = do
  print (scaleFloat 30000 1)
  print (scaleFloat (maxBound :: Int) 1)