| r123 vs r124 | ||
|---|---|---|
| ... | ... | |
| 15 | 15 | 0.303과 0.0303은 다른 수이므로 자리수가 다름을 표시할 용도 |
| 16 | 16 | '''ru''' : "result" upper value (integer→string); '''rb''' : "result" below value (integer→string); |
| 17 | 17 | '''rp''' : "result" # of places of decimal (integer); |
| 18 | '''rs''' : "result" suprerior value (integer→string); '''ri''' : "result" inferior value (integer→string); | |
| 18 | 19 | '''i''' : index; '''tv''' temporary value; '''ps''' : pass (logical); |
| 19 | 20 | '''ea''' : error about "a"; '''eb''' : error about "b"; '''wa''' : warning about "a" ; '''wb''' : warning about "b" ; |
| 20 | 21 | {{{#!if this.as=a.toString(), this.bs=b.toString(), this.ru=0+0, this.rb=0+0, this.rp=0+0, this.i=0+0, this.tv=1, this.ea=0+0, this.eb=0+0, this.wa=0+0, this.wb=0+0 |
| ... | ... |