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

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

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