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 / real < prev    next >
Encoding:
Text File  |  1997-04-23  |  552 b   |  24 lines

  1.     
  2.     _R_e_a_l _V_e_c_t_o_r_s
  3.     
  4.          real(n=0)
  5.          as.real(x)
  6.          is.real(x)
  7.     
  8.     _D_e_s_c_r_i_p_t_i_o_n:
  9.     
  10.          real creates a double precision vector of the specified
  11.          length.  Each element of the vector is equal to 0.
  12.     
  13.          as.real attempts to coerce its argument to be of real
  14.          type.
  15.     
  16.          is.real returns TRUE or FALSE depending on whether its
  17.          argument is of real type or not.
  18.     
  19.     _N_o_t_e:
  20.     
  21.          R has no single precision data type.  All real numbers
  22.          are stored in double precision format.
  23.     
  24.