1 2 3 4 5
use crate::decimal::common::math::abs::test_impl; test_impl!(D, 128); test_impl!(D, 256); test_impl!(D, 512);