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

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -