Macro synfx_dsp::assert_decimated_feq
source · [−]macro_rules! assert_decimated_feq {
($vec:expr, $decimate:expr, $cmp_vec:expr) => { ... };
}
Expand description
This macro allows you to float compare two vectors to a precision of 0.0001
,
only every $decimate
element will be looked at though. Useful for keeping the fixed
value tables in your DSP code small.