gsi.eq             package:compositions             R Documentation

_I_n_t_e_r_n_a_l _f_u_n_c_t_i_o_n: _C_h_e_c_k_i_n_g _e_q_u_a_l_i_t_y _o_f _I_E_E_E _s_p_e_c_i_a_l _n_u_m_b_e_r_s

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

     Works like ==

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

     gsi.eq(x,y)

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

       x: A numeric vector or matrix

       y: A single numerical value, possibly including
          NaN,Inf,NA,-Inf,-0,0

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

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

     A logical vector of the shape of x with TRUE exactly where the
     given value shows up.

_N_o_t_e:

     Do not use gsi.* functions directly since they are internal
     functions of the package

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

     K.Gerald v.d. Boogaart <URL: http://www.stat.boogaart.de>

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

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

     'compositions.missing'

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

     gsi.plain(acomp(c(12,3,4)))

