r123 vs r124
......
1515
0.303과 0.0303은 다른 수이므로 자리수가 다름을 표시할 용도
1616
'''ru''' : "result" upper value (integer→string); '''rb''' : "result" below value (integer→string);
1717
'''rp''' : "result" # of places of decimal (integer);
18
'''rs''' : "result" suprerior value (integer→string); '''ri''' : "result" inferior value (integer→string);
1819
'''i''' : index; '''tv''' temporary value; '''ps''' : pass (logical);
1920
'''ea''' : error about "a"; '''eb''' : error about "b"; '''wa''' : warning about "a" ; '''wb''' : warning about "b" ;
2021
{{{#!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
......