floating point - Type-preserving rounding in Haskell -


is there built-in function in haskell rounds real floating-point number nearest whole number, without changing type of said number?

sametyperound f == fromintegral (round f) 


Comments

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

nginx - phpPgAdmin - log in works but I have to login again after clicking on any links -