home *** CD-ROM | disk | FTP | other *** search
/ ticalc.org / ticalc_org_rev_b.iso / archives / 81 / basic / math / trinums.81 < prev    next >
Encoding:
Text File  |  2001-07-01  |  237 b   |  14 lines

  1. This program is a faster and smaller version of TriNum 1.0...  
  2.  
  3.  
  4. Feel free to distribute but please dont take credit for yourself.
  5.  
  6.  
  7.         Written by David Stinemetze
  8.  
  9. NAME:TriNum2
  10. :ClrHome
  11. :Input X
  12. :X*(X+1)/2\->\X
  13. :Disp X
  14. :End