hercules-ci-agent-0.9.10: Runs Continuous Integration tasks on your machines
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Fixed.Extras

Synopsis

Documentation

toFixed :: forall res a. (Num a, HasResolution res) => (a -> Integer) -> a -> Fixed res Source #

Round to fixed precision using a rounding function.

>>> toFixed ceiling 0.12345 :: Milli
0.124