Skip to main content

FloatMath

Trait FloatMath 

Source
pub trait FloatMath: Numeric + FloatMathOps { }
Expand description

Kinds that support float math operations.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<K: Numeric + FloatMathOps> FloatMath for K