r64 vs r65
......
540540
{{{#!if (13.0**0.5)*(11.0**0.5)==(143.0**0.5)
541541
출력}}}
542542
----
543
%랑 엮이는 것인가?
544
[math(\sqrt{13}\times\sqrt{11} {\color{blue}{\text{\%1000}}} =\sqrt{143} {\color{blue}{\text{\%1000}}})] : 출력된다.
545
{{{#!if (13.0**0.5)*(11.0**0.5)%1000==(143.0**0.5)%1000
546
출력}}}
547
----
543548
[math(\sqrt{12}\times\sqrt{11}=\sqrt{132})] : 출력된다.
544549
{{{#!if (12.0**0.5)*(11.0**0.5)==(132.0**0.5)
545550
출력}}}
......