home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / help / base / is.finite < prev    next >
Encoding:
Text File  |  1997-04-23  |  375 b   |  15 lines

  1.     
  2.     _W_h_i_c_h _E_l_e_m_e_n_t_s _a_r_e _F_i_n_i_t_e?
  3.     
  4.          is.finite(x)
  5.     
  6.     _D_e_s_c_r_i_p_t_i_o_n:
  7.     
  8.          is.finite returns a vector of the same length as x the
  9.          jth element of which is TRUE if the jth element of x is
  10.          finite.
  11.     
  12.          At present, IEEE arithmetic is not supported and this
  13.          is simply the same as !is.na(x).
  14.     
  15.