Trait na::scalar::Field

source ·
pub trait Field: SimdValue + NumAssign + ClosedNeg { }
Expand description

Trait implemented by fields, i.e., complex numbers and floats.

Implementations on Foreign Types§

source§

impl Field for f64

source§

impl Field for f32

Implementors§