forlang.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Truncating and Rounding
     More Info                             Up Contents Index Back
─────Intrinsic Functions: Truncating and Rounding───────────────────────────
 
     Function           Truncate    Argument      Function
     Name               or Round    Type          Type
 
     AINT (real)        Truncate    real          Same as argument
     DINT (dbl)         Truncate    REAL*8        REAL*8
     ANINT (real)       Round       real          Same as argument
     DNINT (dbl)        Round       REAL*8        REAL*8
     NINT (real)        Round       real          int
     IDNINT (dbl)       Round       REAL*8        int
 
     See Also: Argument-Type Abbreviations
                                    -♦-