Trait peroxide_num::Numeric

source ·
pub trait Numeric<T: Float>: PowOps<Float = T> + TrigOps + ExpLogOps<Float = T> + Neg<Output = Self> + Add<Output = Self> + Mul<Output = Self> + Div<Output = Self> + Sub<Output = Self> + Add<T, Output = Self> + Mul<T, Output = Self> + Div<T, Output = Self> + Sub<T, Output = Self> + Clone { }

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Numeric<f32> for f32

source§

impl Numeric<f64> for f64

Implementors§