for ( ; ~ p; ) {
                n = b[ s++ ] - 48;
                if ( n >= bs ) return NaN;
                sum += n * t[ p-- ];
            }