gcdex                  package:gmp                  R Documentation

_C_o_m_p_u_t_e _B_e_z_o_u_l_t _c_o_e_f_f_i_c_i_e_n_t

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

     Compute g,s,t as as + bt = g = gcd(a,b). s and t are also known as
     Bezoult coefficients.

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

     gcdex(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:

     3 values: 

   g,s,t: Elements 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:

     'gcd.bigz'

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

     gcdex(342,654)

