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)
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
Post a Comment