factorization              package:gmp              R Documentation

_F_a_c_t_o_r_i_z_e _a _n_u_m_b_e_r

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

     Give all primes numbers to factor the number

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

     factorize(n)

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

       n: Either integer, numeric or string value (String value: ither
          starting with '0x' for hexadecimal, '0b' for binary or
          without prefix for decimal values.) Or an element of class
          bigz.

_D_e_t_a_i_l_s:

     The factorization function uses the Pollard Rho algorithm.

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

     Vector of class bigz.

_A_u_t_h_o_r(_s):

     Antoine Lucas

_R_e_f_e_r_e_n_c_e_s:

     Gnu MP Library see http://swox.com/gmp

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

     factorize(34455342)

