Trait malachite_base::num::arithmetic::traits::Floor
source · pub trait Floor {
type Output;
// Required method
fn floor(self) -> Self::Output;
}
Expand description
Takes the floor of a number.
pub trait Floor {
type Output;
// Required method
fn floor(self) -> Self::Output;
}
Takes the floor of a number.