home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / f90 / min.z / min
Encoding:
Text File  |  2002-10-03  |  3.3 KB  |  75 lines

  1. MIN(3I)                                               Last changed: 4-13-99
  2.  
  3.  
  4. NNAAMMEE
  5.      MMIINN, MMIINN00, AAMMIINN11, DDMMIINN11, QQMMIINN11, MMIINN11, AAMMIINN00 - Returns minimum values
  6.  
  7. SSYYNNOOPPSSIISS
  8.      MMIINN00 (([AA11==]_a_1,, [AA22==]_a_2 [,,[AA33==]_a_3] ... ))
  9.      AAMMIINN11 (([AA11==]_a_1,, [AA22==]_a_2 [,,[AA33==]_a_3] ... ))
  10.      DDMMIINN11 (([AA11==]_a_1,, [AA22==]_a_2 [,,[AA33==]_a_3] ... ))
  11.      QQMMIINN11 (([AA11==]_a_1,, [AA22==]_a_2 [,,[AA33==]_a_3] ... ))
  12.      MMIINN11 (([AA11==]_a_1,, [AA22==]_a_2 [,,[AA33==]_a_3] ... ))
  13.      AAMMIINN00 (([AA11==]_a_1,, [AA22==]_a_2 [,,[AA33==]_a_3] ... ))
  14.  
  15. IIMMPPLLEEMMEENNTTAATTIIOONN
  16.      UNICOS, UNICOS/mk, IRIX systems
  17.  
  18.      CF90, MIPSpro 7 Fortran 90, MIPSpro Fortran 77
  19.  
  20. SSTTAANNDDAARRDDSS
  21.      Fortran
  22.  
  23.      Fortran extension:  QQMMIINN11
  24.  
  25. DDEESSCCRRIIPPTTIIOONN
  26.      The MMIINN, MMIINN00, AAMMIINN11, DDMMIINN11, QQMMIINN11, MMIINN11, and AAMMIINN00 intrinsic
  27.      functions find minimum values.  MMIINN is the generic name; the others
  28.      are specifics.  They accept the following arguments:
  29.  
  30.      _a_1,, _a_2,, _a_3,, ......
  31.                The arguments must be all of type real or all of type
  32.                integer.  All arguments must have the same data type.
  33.  
  34.                The kind types of the arguments can differ.  This is an
  35.                extension to the Fortran standard.
  36.  
  37.      These are elemental intrinsic functions.  The names of these
  38.      intrinsics cannot be passed as arguments.
  39.  
  40. NNOOTTEESS
  41.      On UNICOS systems, both execution speed and the number of bits used in
  42.      mathematical operations are affected when compiling with
  43.      ff9900 --OO ffaassttiinntt, which is the default setting.  For more information,
  44.      see _C_F_9_0 _C_o_m_m_a_n_d_s _a_n_d _D_i_r_e_c_t_i_v_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l.
  45.  
  46. RREETTUURRNN VVAALLUUEESS
  47.      The value of the result is that of the smallest argument.
  48.  
  49.      MMIINN accepts type real or integer and returns a result with the same
  50.      type and kind type as its arguments.
  51.  
  52.      MMIINN00 accepts and returns type integer.
  53.  
  54.      AAMMIINN11 accepts and returns type single-precision real.
  55.  
  56.      DDMMIINN11 accepts and returns type double-precision real.
  57.  
  58.      QQMMIINN11 accepts and returns type quad-precision real.
  59.  
  60.      MMIINN11 accepts type real and returns type default integer.
  61.  
  62.      AAMMIINN00 accepts type integer and returns type default real.
  63.  
  64.      The data type and kind type for single-precision, double-precision,
  65.      and quad-precision values differ depending on your platform.  For
  66.      platform-specific information, see the TERMINOLOGY section of the
  67.      IINNTTRROO__IINNTTRRIINN(3I) man page.
  68.  
  69. EEXXAAMMPPLLEESS
  70.      MMIINN((--99..00,, 77..00,, 22..00)) has the value -9.0.
  71.  
  72. SSEEEE AALLSSOO
  73.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
  74.      man page.
  75.