[go: up one dir, main page]

Trait accurate::traits::TwoProduct

source ·
pub trait TwoProduct: Float + Split { }
Expand description

Product transformation

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<F> TwoProduct for F
where F: Float + Split,