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

javascript - generate date range base on integers -

PHP and MySQL WP -