User Manual

20
Number functions
d NUM
d " displays the NUM menu:
Examples
1: abs( Absolute value
2: round( Rounded value
3: iPart( Integer part of a number
4: fPart( Fractional part of a number
5: int( Greatest integer that is the number
6: min( Minimum of two numbers
7: max( Maximum of two numbers
8: mod( Modulo (remainder of first number P second
number)
abs( d " 1
M % b 5 <
round( d " 2
1.245 %` 1 ) <
## <
!!!!! 5 <
iPart(
fPart(
4.9 L z <
d "3 z ) <
d "4 z )
V 3 <
int( d "5
M
5.6 ) <
min(
max(
d "6
4 %`M5 ) <
d "7
.6 %` .7 ) <