| r64 vs r65 | ||
|---|---|---|
| ... | ... | |
| 540 | 540 | {{{#!if (13.0**0.5)*(11.0**0.5)==(143.0**0.5) |
| 541 | 541 | 출력}}} |
| 542 | 542 | ---- |
| 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 | ---- | |
| 543 | 548 | [math(\sqrt{12}\times\sqrt{11}=\sqrt{132})] : 출력된다. |
| 544 | 549 | {{{#!if (12.0**0.5)*(11.0**0.5)==(132.0**0.5) |
| 545 | 550 | 출력}}} |
| ... | ... |