* @desc Toggle graphical output mode * @param {Boolean} flag - true to enable graphical output * @return {this}
(flag)
| 481 | * @return {this} |
| 482 | */ |
| 483 | setGraphical(flag) { |
| 484 | this.graphical = flag; |
| 485 | this.precision = 'unsigned'; |
| 486 | return this; |
| 487 | } |
| 488 | |
| 489 | /** |
| 490 | * @desc Set the maximum number of loop iterations |
no outgoing calls
no test coverage detected