AINT --- Truncate to a whole number
***********************************
-.. function:: AINT(A [, KIND])
+.. function:: AINT(A, KIND)
``AINT(A [, KIND])`` truncates its argument to a whole number.
* - ``DINT(A)``
- ``REAL(8) A``
- ``REAL(8)``
- - Fortran 77 and later
\ No newline at end of file
+ - Fortran 77 and later
ANINT --- Nearest whole number
******************************
-.. function:: ANINT(A [, KIND])
+.. function:: ANINT(A, KIND)
``ANINT(A [, KIND])`` rounds its argument to the nearest whole number.
* - ``DNINT(A)``
- ``REAL(8) A``
- ``REAL(8)``
- - Fortran 77 and later
\ No newline at end of file
+ - Fortran 77 and later
CHAR --- Character conversion function
**************************************
-.. function:: CHAR(I [, KIND])
+.. function:: CHAR(I, KIND)
``CHAR(I [, KIND])`` returns the character represented by the integer :samp:`{I}`.
See also:
:ref:`ACHAR`,
:ref:`IACHAR`,
- :ref:`ICHAR`
\ No newline at end of file
+ :ref:`ICHAR`
INT --- Convert to integer type
*******************************
-.. function:: INT(A , KIND))
+.. function:: INT(A, KIND)
Convert to integer type
* - ``IDINT(A)``
- ``REAL(8) A``
- ``INTEGER``
- - Fortran 77 and later
\ No newline at end of file
+ - Fortran 77 and later
REAL --- Convert to real type
******************************
-.. function:: REAL(A [, KIND])
+.. function:: REAL(A, KIND)
``REAL(A [, KIND])`` converts its argument :samp:`{A}` to a real type. The
``REALPART`` function is provided for compatibility with :command:`g77`,
- Fortran 77 and later
See also:
- :ref:`DBLE`
\ No newline at end of file
+ :ref:`DBLE`