
MOD
%CHANGE
%TOTAL
RAD-^DEG
ROUND
Modulo. The remainder of value I lvalue!,
value! MOD value!
Example
9 MOD 4 returns 1
X percent of y, that is, xjl 0 0 *y.
% (x,y)
Example
%(20,50) returns 10
Percent change from x to y, that is, \QQ(y-x)lx.
%CHANGE(x,y)
Example
%CHANGE(20,50) returns 150
Percent total: (100)yx. What percentage of x is y.
%TOTAL(x,y
Example
%TOTAL (2 0,50) returns 2 50
Radians to degrees. Converts value from radians to degrees.
RAD^DEG (value)
Example
RAD^DEG(Tt) returns 18 0
Rounds value to decimal places. Accepts complex numbers.
ROUNDfvaZwe, places)
Round can also round to a number of significant digits as
showed in example 2.
Examples
ROUND(7.8676,2) returns 7.68
ROUND (0.0036757,-3) returns 0.00368
Using mathematical functions
10-17
Komentarze do niniejszej Instrukcji