home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / trl14db.zip / TRLPRG.EXE / EFFYIELD.PRG < prev    next >
Text File  |  1990-10-22  |  414b  |  18 lines

  1. ***********
  2. * EFFYIELD.PRG
  3. * by Tom Rettig and Leonard Zerman
  4. * Placed in the Public Domain by Tom Rettig Associates, 10/22/1990.
  5. *
  6. * SYNTAX: DO EFFYIELD WITH <rate>, <copounded> 
  7. * RETURN: Effective yield (effective rate of interest) 
  8. ***********
  9. PARAMETERS par1, par2 
  10. CALL Trpass  WITH par1
  11. CALL Trpass  WITH par2
  12. CALL Trexe   WITH "EFFYIELD"
  13. IF fox
  14.    RETURN (tr_retn)
  15. ENDIF
  16. * eof effyield *
  17.  
  18.