home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR8 / DOSPEL37.ZIP / DO-98.ZIP / MEAN.CDO < prev    next >
Text File  |  1992-01-07  |  260b  |  51 lines

  1. "deg UK
  2. "Example DOCALC 2.5, use of Mean, Stdev and Max. 
  3.  
  4. Stdev(1\2\3\2\-1)
  5. Mean(1\2\3\2\-1)
  6.  
  7. a:=1\2\3
  8. b:=2\-1
  9.  
  10.  
  11.  
  12. mean(a\b)
  13. stdev(a\b)
  14.  
  15.  
  16.  
  17. x:=1
  18.  
  19. sto(1.1)
  20.  
  21.  
  22. "Max of 1 and 1.1 
  23.  max(x)
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.