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.
Absolute Value and Sign Transfer
     More Info                             Up Contents Index Back
─────Intrinsic Functions: Absolute Value and Sign Transfer──────────────────
 
                                     Argument             Function
     Name         Definition         Type                 Type
 
     ABS (gen)     Absolute value    int, real, or cmp    Same as arg. type,
                                                          except when arg.
                                                          is complex2
     IABS (int)    Absolute value    int                  int
     DABS (dbl)    Absolute value    REAL*8               REAL*8
     CABS (cmp)    Absolute value    cmp                  real2
     CDABS (cmp16) Absolute value    COMPLEX*16           REAL*8
     SIGN (genA,   Sign transfer     int or real          Same as
           genB)                                          argument
     ISIGN (intA,  Sign transfer     int                  int
           intB)
     DSIGN (dblA,  Sign transfer     REAL*8               REAL*8
           dblB)
 
     See Also: Argument-Type Abbreviations
                                    -♦-