nextDyadic             package:ifultools             R Documentation

_N_e_x_t _i_n_t_e_g_e_r _p_o_w_e_r _o_f _2

_D_e_s_c_r_i_p_t_i_o_n:

     Find smallest power of two that is greater than or equal to an
     input x.

_U_s_a_g_e:

     nextDyadic(x)

_A_r_g_u_m_e_n_t_s:

       x: a real number. May be positive, zero, or negative.

_V_a_l_u_e:

     returns the next power of two that is greater than, or equal to,
     the input x. If x is negative, 1 is returned.

_S_e_e _A_l_s_o:

     'isVectorAtomic', 'decibel'.

_E_x_a_m_p_l_e_s:

     nextDyadic(15)

