Incipit.Fixed
div' :: Real a => Integral b => a -> a -> Maybe b Source #
Generalisation of div to any instance of Real
div
Real
divMod' :: Real a => Integral b => a -> a -> Maybe (b, a) Source #
Generalisation of divMod to any instance of Real
divMod
mod' :: Real a => a -> a -> Maybe a Source #
Generalisation of mod to any instance of Real
mod