home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / commercial / pipedream / documents / functions / maths < prev    next >
Text File  |  1992-01-08  |  1KB  |  89 lines

  1. %OP%VS4.11 (04-Dec-91), Adrienne Kruse - Colton Software, R4000 5163 2671 7255 
  2. %OP%DP4
  3. %OP%LP*
  4. %OP%TM4
  5. %OP%BM4
  6. %OP%LM5
  7. %OP%FX
  8. %OP%FY
  9. %OP%FS
  10. %OP%WC2,1782,592,1108,0,1,0,0
  11. %CO:A,10,100%%C%%H1%Mathematical Functions Examples
  12.  
  13. %C%Function
  14.  
  15. ABS
  16. EXP
  17. INT
  18. LN
  19. LOG
  20. MOD
  21. %L%SGN
  22. %L%SQR
  23. SUM
  24. %CO:B,11,0%
  25.  
  26. %R%Input 1
  27.  
  28. %V%%R%-25
  29. %V%%R%1
  30. %V%%R%12.9437
  31. %V%%R%exp(-1)
  32. %V%%R%1000
  33. %V%%R%51
  34. %V%%R%-55.24
  35. %V%%R%49
  36. %R%B6B13
  37. %CO:C,9,0%
  38.  
  39. %R%Input 2
  40.  
  41. %C%-
  42. %C%-
  43. %C%-
  44. %C%-
  45. %C%-
  46. %V%%R%8
  47. %C%-
  48. %C%-
  49. %C%-
  50. %CO:D,9,0%
  51.  
  52. %R%Input 3
  53.  
  54. %C%-
  55. %C%-
  56. %C%-
  57. %C%-
  58. %C%-
  59. %C%-
  60. %C%-
  61. %C%-
  62. %C%-
  63. %CO:E,11,0%
  64.  
  65. %R%Output
  66.  
  67. %V%%R%abs(B5)
  68. %V%%R%exp(B6)
  69. %V%%R%int(B7)
  70. %V%%R%ln(B8)
  71. %V%%R%log(B9)
  72. %V%%R%mod(B10,C10)
  73. %V%%R%sgn(B11)
  74. %V%%R%sqr(B12)
  75. %V%%R%sum(B5B12)
  76. %CO:F,1,0%%CO:G,53,0%
  77.  
  78. Summary
  79.  
  80. Returns the absolute value of %H4%Input1%H4%.
  81. Raises e (natural exponent) to the power of %H4%Input1%H4%.
  82. Returns the integer value of %H4%Input1%H4%.
  83. Returns the natural logarithm of %H4%Input1%H4%.
  84. Returns the logarithm to base 10 of %H4%Input1%H4%.
  85. Returns %H4%Input1%H4% MOD %H4%Input2%H4%.
  86. Returns the sign (-1 , 0 , +1 ) of %H4%Input1%H4%.
  87. Returns the square root of %H4%Input1%H4%.
  88. Sums the values in a list.
  89.