export const Fixed = () =>
    Numerics.Precision().map(([m, n]) => `fixed${m}x${n}`);