You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By chance I just learned that Julia allows rationals with denominator 0, which are then normalized to 1//0 and -1//0. For these, isinf returns true, and they seem to behave like infinities.
I propose to convert these to GAP's -infinity and +infinity.
The text was updated successfully, but these errors were encountered:
By chance I just learned that Julia allows rationals with denominator
0
, which are then normalized to1//0
and-1//0
. For these,isinf
returnstrue
, and they seem to behave like infinities.I propose to convert these to GAP's
-infinity
and+infinity
.The text was updated successfully, but these errors were encountered: