home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume27 / calc-2.9.0 / part00 next >
Encoding:
Text File  |  1993-12-07  |  1.6 KB  |  39 lines

  1. Newsgroups: comp.sources.unix
  2. From: dbell@canb.auug.org.au (David I. Bell)
  3. Subject: v27i127: calc-2.9.0 - arbitrary precision C-like programmable calculator, Part00/19
  4. Message-id: <1.755316719.21314@gw.home.vix.com>
  5. Sender: unix-sources-moderator@gw.home.vix.com
  6. Approved: vixie@gw.home.vix.com
  7.  
  8. Submitted-By: dbell@canb.auug.org.au (David I. Bell)
  9. Posting-Number: Volume 27, Issue 127
  10. Archive-Name: calc-2.9.0/part00
  11.  
  12. This is the second official release of calc (version 2.9.0).
  13.  
  14. Calc is an arbitrary precision C-like programmable calculator with many
  15. builtin functions.  The basic data types are integers, fractions,
  16. complex numbers, strings, matrices, associations, lists, files, and
  17. user-definable "objects".  You can use it interactively to evaluate
  18. expressions line by line, or else you can write complicated programs in
  19. it's C-like language.  There are many features which I will not bother
  20. to describe here.
  21.  
  22. Calc is written entirely in C, and runs on many different platforms and
  23. variants of UNIX.
  24.  
  25. The low-level arbitrary precision math routines have been organized into
  26. three libraries for handling integers, fractions, and complex numbers.
  27. You can call the routines in these libraries from your own C programs.
  28.  
  29. The sources in this posting are also available by anonymous ftp from
  30. ftp.uu.net in the file pub/calc/calc2.9.0.tar.Z.  The contents of the
  31. pub/calc directory are updated occasionally with the newest version.
  32.  
  33. The calculator is copyrighted, but there are no restrictions on it other
  34. than the preservation of the copyright notices.
  35.  
  36. Enjoy!
  37.  
  38. dbell@canb.auug.org.au (David I. Bell)
  39.