r205 vs r206
......
99
'''ad''' : "a" decimal point (integer); '''bd''' : "b" decimal point (integer);
1010
'''au''' : --gold-- "a" upper value (string→integer); '''bu''' : "b" upper value (string→integer);
1111
'''ab''' : "a" below value (string→integer); '''bb''' : "b" below value (string→integer);
12
'''ap''' : "a" # of places of decimal (integer); '''bp''' : "b" # of places of decimal (integer);
12
'''ap''' : "a" # of places of decimal (for addition or subtraction), # of calculating place (for multiplication or division) (integer);
13
'''bp''' : "b" # of places of decimal (for addition or subtraction), # of calculating place (for multiplication or division) (integer);
1314
0.303과 0.0303은 다른 수이므로 자리수가 다름을 표시할 용도
1415
'''ru''' : "result" upper value (integer→string); '''rb''' : "result" below value (integer→string);
1516
'''rp''' : "result" # of places of decimal (integer);
......