home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / deskaces / tsbits17.arc / TSBITS.INF < prev    next >
Encoding:
Text File  |  1989-12-05  |  3.5 KB  |  78 lines

  1.                            - 1 -
  2. 5th December, 1989
  3.  
  4. About TSBITSxx in General
  5. =========================
  6.  
  7. Apply question mark ? with the program calls for brief descriptions.
  8.  
  9. This package may be used and distributed freely for NON-COMMERCIAL,
  10. NON-INSTITUTIONAL, PRIVATE purposes, provided it is not changed in any way.
  11. For ANY other usage contact the author. No part of this package may be
  12. distributed separately.
  13.  
  14. The programs are under development. Comments and contacts are welcome. If you
  15. have any comments, please do not hesitate to use electronic mail for
  16. communication.
  17. InterNet address: ts@chyde.uwasa.fi         (preferred)
  18. Funet address:    VAKK::SALMI
  19. Bitnet address:   SALMI@FINFUN
  20. FidoNet address:  2:515/1 (Micro Maniacs Opus, To: Timo Salmi)
  21.  
  22. The author shall not be liable to the user for any direct, indirect or
  23. consequential loss arising from the use of, or inability to use, any program
  24. or file howsoever caused. No warranty is given that the programs will work
  25. under all circumstances.
  26.  
  27. Timo Salmi
  28. Professor of Accounting and Business Finance
  29. School of Business Studies, University of Vaasa
  30. P.O. BOX 297, SF-65101 Vaasa, Finland
  31.  
  32.                            - 2 -
  33.  
  34. Timo Salmi BITS release 1.7 (TSBITS17) includes the following
  35. mathematical programs:
  36.  
  37. If you have an earlier than 1.2 version of TSBITS, please note that the .exe
  38. files replace the earlier .com files with the same name. (If you have an .exe
  39. and a .com file with the same name on the same directory, the outdated .com
  40. file is executed.) The .exe versions have been compiled with TurboPascal 4.0
  41. and 5.0, and the range of integers that BITWISE and FACTORS can handle was
  42. been greatly extended. Note that while (some) .com programs can be aborted by
  43. pressing crtl+c, .exe programs can be halted with ctrl+break.
  44.  
  45. BITWISE.EXE (Ver 2.3)
  46. Performs bit operations on decimal integers giving the results both in binary
  47. and decimal.
  48.  Release notes. Version 2.3: Line editing and input recall now possible.
  49.  
  50. CONVBASE.EXE (Ver 2.5)
  51. Converts (also large, that is longint) non-negative integer values from one
  52. base to another. The base can be from 2 to 32. The converted values are
  53. spaced (since version 2.2) for better readability. The spacing depends on the
  54. base.
  55.  Release notes: Version 2.5: The default base which is given by pressing the
  56. enter (return) key is now changed every time a new base is entered. This
  57. makes repeated operations much more convenient. - The acceptable bases have
  58. been extended from 32 to 36. - In entering the value to be converted, input
  59. recall and line editing is now available. Enter ? at the VALUE query for the
  60. help on the available keys. - The check for illegal digits did not catch the
  61. ascii characters from : to >. This has been remedied.
  62.  
  63. FACTORS.EXE (Ver 2.3)
  64. Optionally finds factors of integers, largest common divisors, and smallest
  65. common dividees. Be warned that finding the factors of the new (since 1.2)
  66. large integers (such as 999999999) takes quite awhile. If you wonder what
  67. this means, it is simply that this program was originally a Turbo Pascal
  68. 3.02A program (and a QL Computer One pascal program even before that). Turbo
  69. Pascal 3 integers were limited to an upper bound of 32767, and it was version
  70. 4.0 that introduced long integers into Turbo Pascal.
  71.  
  72. BINTODEC.EXE, DECTOBIN.EXE, DECTOHEX.EXE, HEXTODEC.EXE.
  73. The command-like programs can be used instead of CONVBASE for the most common
  74. conversions. Usage e.g.  BINTODEC BinaryValue.
  75.  
  76. COMDIV (Ver. 1.01)
  77. Calculates the largest common divisor of two integers.
  78.