| r205 vs r206 | ||
|---|---|---|
| ... | ... | |
| 9 | 9 | '''ad''' : "a" decimal point (integer); '''bd''' : "b" decimal point (integer); |
| 10 | 10 | '''au''' : --gold-- "a" upper value (string→integer); '''bu''' : "b" upper value (string→integer); |
| 11 | 11 | '''ab''' : "a" below value (string→integer); '''bb''' : "b" below value (string→integer); |
| 12 | '''ap''' : "a" # 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); | |
| 13 | 14 | 0.303과 0.0303은 다른 수이므로 자리수가 다름을 표시할 용도 |
| 14 | 15 | '''ru''' : "result" upper value (integer→string); '''rb''' : "result" below value (integer→string); |
| 15 | 16 | '''rp''' : "result" # of places of decimal (integer); |
| ... | ... |