Module talk:Factorization/testcases
Add topicAppearance
All 17 live tests passed. All 17 sandbox tests passed.
test_factor
| Test | Live | Sandbox | Expected | |
|---|---|---|---|---|
| {{#invoke:Factorization|factor|-20}} | <strong class="error">Error: -20 out of range</strong> | <strong class="error">Error: -20 out of range</strong> | <strong class="error">Error: -20 out of range</strong> | |
| {{#invoke:Factorization|factor|0}} | <strong class="error">Error: 0 out of range</strong> | <strong class="error">Error: 0 out of range</strong> | <strong class="error">Error: 0 out of range</strong> | |
| {{#invoke:Factorization|factor|1}} | <strong class="error">Error: 1 out of range</strong> | <strong class="error">Error: 1 out of range</strong> | <strong class="error">Error: 1 out of range</strong> | |
| {{#invoke:Factorization|factor|2}} | 2 | 2 | 2 | |
| {{#invoke:Factorization|factor|5}} | 5 | 5 | 5 | |
| {{#invoke:Factorization|factor|10}} | 2 · 5 | 2 · 5 | 2 · 5 | |
| {{#invoke:Factorization|factor|25}} | 5<sup>2</sup> | 5<sup>2</sup> | 5<sup>2</sup> | |
| {{#invoke:Factorization|factor|40}} | 2<sup>3</sup> · 5 | 2<sup>3</sup> · 5 | 2<sup>3</sup> · 5 | |
| {{#invoke:Factorization|factor|111}} | 3 · 37 | 3 · 37 | 3 · 37 | |
| {{#invoke:Factorization|factor|999999999}} | 3<sup>4</sup> · 37 · 333667 | 3<sup>4</sup> · 37 · 333667 | 3<sup>4</sup> · 37 · 333667 | |
| {{#invoke:Factorization|factor|1000000001}} | 7 · 11 · 13 · 19 · 52579 | 7 · 11 · 13 · 19 · 52579 | 7 · 11 · 13 · 19 · 52579 | |
| {{#invoke:Factorization|factor|9007199254740992}} | <strong class="error">Error: 9.007199254741e+15 out of range</strong> | <strong class="error">Error: 9.007199254741e+15 out of range</strong> | <strong class="error">Error: 9.007199254741e+15 out of range</strong> | |
| {{#invoke:Factorization|factor|4.5}} | 2<sup>2</sup> | 2<sup>2</sup> | 2<sup>2</sup> | |
| {{#invoke:Factorization|factor|-9.9}} | <strong class="error">Error: -10 out of range</strong> | <strong class="error">Error: -10 out of range</strong> | <strong class="error">Error: -10 out of range</strong> | |
| {{#invoke:Factorization|factor|20}} | 2<sup>2</sup> · 5 | 2<sup>2</sup> · 5 | 2<sup>2</sup> · 5 | |
| {{#invoke:Factorization|factor|20|big=y}} | <span style="font-size:165%">2<sup>2</sup> · 5 </span> | <span style="font-size:165%">2<sup>2</sup> · 5 </span> | <span style="font-size:165%">2<sup>2</sup> · 5 </span> | |
| {{#invoke:Factorization|factor|20|serif=yes|bold=true}} | <span class="texhtml"><b>2<sup>2</sup> · 5 </b></span> | <span class="texhtml"><b>2<sup>2</sup> · 5 </b></span> | <span class="texhtml"><b>2<sup>2</sup> · 5 </b></span> |