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