export function _convert_to_smaller ( f , t , a , ai , aj , b , bi , bj ) {

    const [ z , x ] = _log( f , t ) ;

    if ( x === 1 ) return _convert_to_smaller_fast( t , z , a , ai , aj , b , bi , bj ) ;