1
2
3
4
5
6
7
8
9
10
moddef::moddef!(
    flat(pub) mod {
        maxphase,
        minphase,
        residue,
        residued,
        residuez,
        split_numer_denom
    }
);