Returns true if this result is an underflow condition. @return true if an underflow, otherwise false.
()
| 163 | * @return true if an underflow, otherwise false. |
| 164 | */ |
| 165 | public boolean isUnderflow() { |
| 166 | return this.type == TYPE_UNDERFLOW; |
| 167 | } |
| 168 | |
| 169 | /** |
| 170 | * Returns true if this result represents a malformed-input error or an |