home *** CD-ROM | disk | FTP | other *** search
- %OP%DP4
- %OP%LP*
- %OP%TM4
- %OP%BM4
- %OP%LM5
- %OP%FX
- %OP%FY
- %OP%FS
- %OP%WC2,1750,552,1108,0,1,0,0
- %OP%VS3.40R (11-Oct-90), Mrjc, R9200 7500 3900 8299
- %CO:A,10,70%%C%%H1%Mathematical Functions Examples
-
-
- %C%Function
- Abs
- Ebs
- Int
- Ln
- Log
- Mod
- %L%Sgn
- %L%Sqr
- Sum
- %CO:B,11,16%
-
-
- %R%Input 1
- %V%%R%-25
- %V%%R%1
- %V%%R%12.9437
- %V%%R%exp(-1)
- %V%%R%1000
- %V%%R%51
- %V%%R%-55.24
- %V%%R%49
- %R%B5B9
- %CO:C,9,13%
-
-
- %C%Input 2
- %C%-
- %C%-
- %C%-
- %C%-
- %C%-
- %V%%R%8
- %C%-
- %C%-
- %C%-
- %CO:D,9,62%
-
-
- %C%Input 3
- %C%-
- %C%-
- %C%-
- %C%-
- %C%-
- %C%-
- %C%-
- %C%-
- %C%-
- %CO:E,11,16%
-
-
- %C%Output
- %V%%R%abs(b5)
- %V%%R%exp(b6)
- %V%%R%int(b7)
- %V%%R%ln(b8)
- %V%%R%log(b9)
- %V%%R%mod(b10,c10)
- %V%%R%sgn(b11)
- %V%%R%sqr(b12)
- %V%%R%sum(b5b12)
- %CO:F,3,0%%CO:G,40,56%
-
-
- Summary
- Returns the absolute value of %H4%Input1%H4%.
- Raises e (natural exponent) to the power of %H4%Input1%H4%.
- Returns the integer value of %H4%Input1%H4%.
- Returns the natural logarithm of %H4%Input1%H4%.
- Returns the logarithm to base 10 of %H4%Input1%H4%.
- Returns %H4%Input1%H4% MOD %H4%Input2%H4%.
- Returns the sign (-1 , 0 , +1 ) of %H4%Input1%H4%.
- Returns the square root of %H4%Input1%H4%.
- Sums the values in a list.
-