gcd.bigz                 package:gmp                 R Documentation

_G_r_e_a_t _c_o_m_m_o_n _d_i_v_i_s_o_r, _L_e_a_s_t _c_o_m_m_o_n _m_u_l_t_i_p_l_e

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

     Great common divisor and least common multiple.

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

     gcd.bigz(a, b)
     lcm.bigz(a, b)

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

     a,b: 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.

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

     An element 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

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

     'gcdex'

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

     gcd.bigz(210,342)
     lcm.bigz(210,342)

