macro_rules! assert_ulp_lt {
($a:expr, $b:expr, $max_ulp:expr) => { ... };
($a:expr, $b:expr, $max_ulp:expr, $($arg:tt)*) => { ... };
}macro_rules! assert_ulp_lt {
($a:expr, $b:expr, $max_ulp:expr) => { ... };
($a:expr, $b:expr, $max_ulp:expr, $($arg:tt)*) => { ... };
}