home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 2
/
DATAFILE_PDCD2.iso
/
commercial
/
pipedream
/
documents
/
functions
/
maths
< prev
next >
Wrap
Text File
|
1992-01-08
|
1KB
|
89 lines
%OP%VS4.11 (04-Dec-91), Adrienne Kruse - Colton Software, R4000 5163 2671 7255
%OP%DP4
%OP%LP*
%OP%TM4
%OP%BM4
%OP%LM5
%OP%FX
%OP%FY
%OP%FS
%OP%WC2,1782,592,1108,0,1,0,0
%CO:A,10,100%%C%%H1%Mathematical Functions Examples
%C%Function
ABS
EXP
INT
LN
LOG
MOD
%L%SGN
%L%SQR
SUM
%CO:B,11,0%
%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%B6B13
%CO:C,9,0%
%R%Input 2
%C%-
%C%-
%C%-
%C%-
%C%-
%V%%R%8
%C%-
%C%-
%C%-
%CO:D,9,0%
%R%Input 3
%C%-
%C%-
%C%-
%C%-
%C%-
%C%-
%C%-
%C%-
%C%-
%CO:E,11,0%
%R%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,1,0%%CO:G,53,0%
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.