home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / qb_pds / math / mathlib / complist.txt < prev    next >
Encoding:
Text File  |  1991-06-01  |  5.0 KB  |  110 lines

  1.  
  2.  
  3. RealFun:  Real & Complex Math Libraries for QuickBASIC
  4.  
  5. COMPLIST.TXT
  6.  
  7.  
  8.  
  9.         Compfun.lib:  Alphabetic Function Listing
  10.  
  11.  
  12.  
  13.  
  14.  
  15. Fun/Sub     No.   S/D    Comments
  16.  
  17.  
  18.  
  19. acos         1     s     inverse cosine, radians
  20.  
  21. acosd        1     s     inverse cosine, degrees
  22.  
  23. acosh        1     s     inverse hyperbolic cosine
  24.  
  25. amax         2     s     maximum
  26.  
  27. amin         2     s     minimum
  28.  
  29. amod         2     s     modulo, floating point
  30.  
  31. asin         1     s     inverse sine, radians
  32.  
  33. asind        1     s     inverse sine, degrees
  34.  
  35. asinh        1     s     inverse hyperbolic sine
  36.  
  37. atan         2     s     inverse tangent, radians, quadrant specific
  38.  
  39. atand        2     s     inverse tangent, degrees, quadrant specific
  40.  
  41. atanh        1     s     inverse hyperbolic tangent
  42.  
  43. atnd         1     s     inverse tangent, degrees, non-quadrant specific
  44.  
  45. cabs         3     s     magnitude
  46.  
  47. cacos        4     s     complex inverse cosine
  48.  
  49. cacosh       4     s     complex inverse hyperbolic cosine
  50.  
  51. casin        4     s     complex inverse sine
  52.  
  53. casinh       4     s     complex inverse hyperbolic sine
  54.  
  55. catan        4     s     complex inverse tangent
  56.  
  57. catanh       4     s     complex inverse hyperbolic tangent
  58.  
  59. ccart        4     s     polar to rectangular coordinates
  60.  
  61. ccartd       4     s     polar to rectangular coordinates, degrees
  62.  
  63. ccos         4     s     complex cosine
  64.  
  65. ccosh        4     s     complex hyperbolic cosine
  66.  
  67. cdabs        3     d     magnitude
  68.  
  69. cdacos       4     d     complex inverse cosine
  70.  
  71. cdacosh      4     d     complex inverse hyperbolic cosine
  72.  
  73. cdasin       4     d     complex inverse sine
  74.  
  75. cdasinh      4     d     complex inverse hyperbolic sine
  76.  
  77. cdatan       4     d     complex inverse tangent
  78.  
  79. cdatanh      4     d     complex inverse hyperbolic tangent
  80.  
  81. cdcart       4     d     polar to rectangular coordinates
  82.  
  83. cdcartd      4     d     polar to rectangular coordinates, degrees
  84.  
  85. cdcos        4     d     complex cosine
  86.  
  87. cdcosh       4     d     complex hyperbolic cosine
  88.  
  89. cddiv        6     d     divide
  90.  
  91. cdexp        4     d     exponentiation
  92.  
  93. cdiv         6     s     divide
  94.  
  95. cdlog        4     d     logarithm
  96.  
  97. cdmod        6     d     complex modulo
  98.  
  99. cdmult       6     d     multiply
  100.  
  101. cdpolar      4     d     rectangular to polar coordinates
  102.  
  103. cdpolard     4     d     rectangular to polar coordinates, degrees
  104.  
  105. cdpower      6     d     raise complex number to complex power
  106.  
  107. cdsin        4     d     complex sine
  108.  
  109. cdsinh       4     d     complex hyperbolic sine
  110.  
  111. cdtan        4     d     complex tangent
  112.  
  113.  
  114. cdtanh       4     d     complex hyperbolic tangent
  115.  
  116. cexp         4     s     exponentiation
  117.  
  118. clog         4     s     logarithm
  119.  
  120. cmod         6     s     complex modulo
  121.  
  122. cmult        6     s     multiply
  123.  
  124. cosd         1     s     cosine, degrees
  125.  
  126. cosh         1     s     hyperbolic cosine
  127.  
  128. cpolar       4     s     rectangular to polar coordinates
  129.  
  130. cpolard      4     s     rectangular to polar coordinates, degrees
  131.  
  132. cpower       6     s     raise complex number to complex power
  133.  
  134. csin         4     s     complex sine
  135.  
  136. csinh        4     s     complex hyperbolic sine
  137.  
  138. ctan         4     s     complex tangent
  139.  
  140. ctanh        4     s     complex hyperbolic tangent
  141.  
  142. dacos#       1     d     inverse cosine, radians
  143.  
  144. dacosd#      1     d     inverse cosine, degrees
  145.  
  146. dacosh#      1     d     inverse hyperbolic cosine
  147.  
  148. dasin#       1     d     inverse sine, radians
  149.  
  150. dasind#      1     d     inverse sine, degrees
  151.  
  152. dasinh#      1     d     inverse hyperbolic sine
  153.  
  154. datan#       2     d     inverse tangent, radians, quadrant specific
  155.  
  156. datand#      2     d     inverse tangent, degrees, quadrant specific
  157.  
  158. datanh#      1     d     inverse hyperbolic tangent
  159.  
  160. datnd#       1     d     inverse tangent, degrees, non-quadrant specific
  161.  
  162. dcosd#       1     d     cosine, degrees
  163.  
  164. dcosh#       1     d     hyperbolic cosine
  165.  
  166. dmax#        2     d     maximum
  167.  
  168. dmin#        2     d     minimum
  169.  
  170. dmod#        2     d     modulo, floating point
  171.  
  172. dnearint     4     d     nearest integer, returns long integers
  173.  
  174. drpower      5     d     raise complex number to real power
  175.  
  176. dsind#       1     d     sine, degrees
  177.  
  178. dsinh#       1     d     hyperbolic sine
  179.  
  180. dtand#       1     d     tangent, degrees
  181.  
  182. dtanh#       1     d     hyperbolic tangent
  183.  
  184. nearint      4     s     nearest integer, returns short integers
  185.  
  186. rpower       5     s     raise complex number to real power
  187.  
  188. sind         1     s     sine, degrees
  189.  
  190. sinh         1     s     hyperbolic sine
  191.  
  192. tand         1     s     tangent, degrees
  193.  
  194. tanh         1     s     hyperbolic tangent
  195.  
  196.  
  197.  
  198.  
  199.  
  200. Notes:
  201.  
  202. - Fun/Sub refers to the function or subprogram name.  Items that deal with
  203.  
  204.         real numbers are functions (DECLARE FUNCTON); those that deal with
  205.  
  206.         complex numbers are subprograms (DECLARE SUB).
  207.  
  208. - No. refers to the number of arguments in the calling and declaration
  209.  
  210.         statements.
  211.  
  212. - S/D refers to the precision of the arguments and return values:  s = single-
  213.  
  214.         precision, d = double-precision.
  215.  
  216.