macro_rules! nudge {
($to_nudge:expr, $amount:expr, $out:expr, $s:expr) => { ... };
}Expand description
We use nudge to explore the effect of small changes to each derivative while keeping the position(x,y,z) fixed
macro ensures consistency of code