macro_rules! assert_close_l2 {
    ($test: expr,$truth: expr,$tol: expr) => { ... };
    ($test: expr,$truth: expr,$tol: expr; $comment: expr) => { ... };
}