home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 August / PCWorld_2000-08_cd.bin / Software / TemaCD / xbasic / xbpro.exe / xb / amath.hlp < prev    next >
Text File  |  1995-06-22  |  1KB  |  120 lines

  1. :Math
  2. This program draws curves for the
  3. math functions in the math library.
  4.  
  5. :SIN
  6. Graph the SIN function.
  7.  
  8. :COS
  9. Graph the COS function.
  10.  
  11. :TAN
  12. Graph the TAN function.
  13.  
  14. :COT
  15. Graph the COT function.
  16.  
  17. :CSC
  18. Graph the CSC function.
  19.  
  20. :SEC
  21. Graph the SEC function.
  22.  
  23. :SINH
  24. Graph the SINH function.
  25.  
  26. :COSH
  27. Graph the COSH function.
  28.  
  29. :TANH
  30. Graph the TANH function.
  31.  
  32. :COTH
  33. Graph the COTH function.
  34.  
  35. :SECH
  36. Graph the SECH function.
  37.  
  38. :CSCH
  39. Graph the CSCH function.
  40.  
  41. :SQRT
  42. Graph the SQRT function.
  43.  
  44. :LOG
  45. Graph the LOG function.
  46.  
  47. :LOG10
  48. Graph the LOG10 function.
  49.  
  50. :CLEAR
  51. Clear the graphics area.
  52.  
  53. :ASIN
  54. Graph the ASIN function.
  55.  
  56. :ACOS
  57. Graph the ACOS function.
  58.  
  59. :ATAN
  60. Graph the ATAN function.
  61.  
  62. :ACOT
  63. Graph the ACOT function.
  64.  
  65. :ASEC
  66. Graph the ASEC function.
  67.  
  68. :ACSC
  69. Graph the ACSC function.
  70.  
  71. :ASINH
  72. Graph the ASINH function.
  73.  
  74. :ACOSH
  75. Graph the ACOSH function.
  76.  
  77. :ATANH
  78. Graph the ATANH function.
  79.  
  80. :ACOTH
  81. Graph the ACOTH function.
  82.  
  83. :ASECH
  84. Graph the ASECH function.
  85.  
  86. :ACSCH
  87. Graph the ACSCH function.
  88.  
  89. :POWER
  90. Graph the POWER function (x**x).
  91.  
  92. :EXP
  93. Graph the EXP function.
  94.  
  95. :EXP10
  96. Graph the EXP10 function.
  97.  
  98. :QUIT
  99. Quit this program.
  100.  
  101. :Graphic
  102. Graphics area within.
  103.  
  104. :Graph
  105. Draw graphics in this area.
  106.  
  107. :Range
  108. Range drawn - the horizontal scale limits.
  109. The lower number is at the left of the graph.
  110. The higher number is at the right of the graph.
  111.  
  112. :Maximum
  113. Value at the top of the graph.
  114.  
  115. :Minimum
  116. Value at the bottom of the graph.
  117.  
  118. :Comment
  119. A comment or two about the drawn function.
  120.