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.
Exponents and Logarithms
     More Info                             Up Contents Index Back
─────Intrinsic Functions: Exponents and Logarithms──────────────────────────
 
                                     Argument           Function
     Name           Definition       Type               Type
 
     EXP (gen)      Exponent         real or cmp        Same as
                                                        argument
 
     DEXP (dbl)     Exponent         REAL*8             REAL*8
 
     CEXP (cmp8)    Exponent         COMPLEX*8          COMPLEX*8
 
     CDEXP (cmp16)  Exponent         COMPLEX*16         COMPLEX*16
 
     LOG (gen)      Natural log.     real or cmp        Same as
                                                        argument
     ALOG (real4)   Natural log.     REAL*4             REAL*4
 
     DLOG (dbl)     Natural log.     REAL*8             REAL*8
 
     CLOG (cmp8)    Natural log.     COMPLEX*8          COMPLEX*8
 
     CDLOG (cmp16)  Natural log.     COMPLEX*16         COMPLEX*16
 
     LOG10 (real)   Common log.      real               Same as
                                                        argument
 
     ALOG10 (real4) Common log.      REAL*4             REAL*4
 
     DLOG10 (dbl)   Common log.      REAL*8             REAL*8
 
     See Also: Argument-Type Abbreviations
                                    -♦-