vermaseren / form

The FORM project for symbolic manipulation of very big expressions
GNU General Public License v3.0
1.13k stars 135 forks source link

inverse_() with two short numbers freezes #198

Open tueda opened 7 years ago

tueda commented 7 years ago

The following code freezes:

L F = inverse_(123,456);  * freeze
.end

I think this should give a runtime error like:

FORM 4.1 (Jun  9 2017, v4.1-20131025-354-g59fe368) 64-bits  Run: Fri Jun  9 19:31:49 2017
    L F = inverse_(123,4567890123456);
    .end
ERROR: polynomial inverse does not exist
Program terminating at test.frm Line 1 -->