Trait maths_rs::num::SignedNumberOps
source · pub trait SignedNumberOps<T: SignedNumber>: Neg<Output = Self> {
// Required methods
fn signum(a: Self) -> Self;
fn abs(a: Self) -> Self;
}
Expand description
operations applicable to signed types