home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / c / calcula / !Calcula / !help < prev    next >
Encoding:
Text File  |  1990-10-28  |  2.5 KB  |  82 lines

  1. !Calcula 2.03
  2.  
  3. Calcula was originally created in 1986 as a
  4. personal utility for the BBC micro, and the
  5. original version is within this application as
  6. Calcula1. The objective was to produce a simple
  7. tool to do the type of calculations I required,
  8. both as a BASIC programmer and for simple
  9. statistical use. Feel free to expand it to suit
  10. your needs.
  11.  
  12. The desktop version is my first attempt at getting
  13. properly to grips with Wimp programming, and is
  14. functionally the same as the BBC version, except
  15. that it multitasks.
  16.  
  17. In essence, you can type in any BASIC expression
  18. capable of being evaluated by EVAL. All normal
  19. arithmetical and trigonometrical expressions will
  20. work. One or two other functions were added as
  21. needed.
  22.  
  23. It only knows its own variables, and of these,
  24. only X, M1,M2 and M3 are relevant to users.
  25.  
  26. X is the variable which holds the numeric result
  27. of a calculation.
  28.  
  29. M1,M2,M3 are 'Memories' to hold these results.
  30. To load memory, type M1=X into the argument line
  31. and the last result will appear in the M1 field.
  32. The same applies to M2 and M3. You can also type
  33. in things like M3=M1+M2.
  34.  
  35. The program will also help with hex, binary and
  36. decimal conversions.
  37.  
  38. CONVERSION              EXAMPLE         RESULT
  39.  
  40. Binary to Decimal       %10101          21
  41. Decimal to Binary       BIN123          %111011
  42. Hex to Decimal          &FF             255
  43. Decimal to Hex          ~255            &FF
  44.  
  45. These also all work in the BBC version.     
  46.  
  47. You can also type, for example, ASC"A" into the
  48. argument line, and get back 65 as the result.
  49. If you type in CHR$65 you will also get back "A".
  50.  
  51. Typing a series of numbers separated by commas
  52. will result in the average (arithmetic mean) when
  53. return is pressed. 
  54.                                         RESULT
  55.  
  56.                 12,13,14,15,16          14
  57.  
  58. Prefix the series with SDEV and the result will be
  59. the value of one Standard Deviation.
  60.  
  61.             SDEV12,13,14,15,16         1.414213562
  62.  
  63. Non fatal errors will be reported if you make a
  64. mistake, and allow you to resume.
  65.  
  66. I hope you will find this program useful. Please,
  67. when you pass it on ensure that all the contents
  68. including this 'readme' are present. If you modify
  69. it and pass that on, add your additional features
  70. here - and don't forget to credit yourself! Please 
  71. advise APDL of any alterations so we can let 
  72. everyone benefit & also to let the author keep 
  73. track.
  74.                        
  75.  
  76. Iain Logan
  77. 03873-81046
  78.  
  79. Passed into the Public Domain via:
  80.  
  81. APDL, 96 Lanehouse Road, Thornaby,
  82. Cleveland TS17 8EA