The primary source code repository for Macaulay2, a system for computing in commutative algebra, algebraic geometry and related fields.
347
stars
231
forks
source link
Remove unused semicolonfun (; is not a binary operator) #3414
Closed
d-torrance closed 3 months ago
This would only be used if
x ; y
was converted into abinaryCode
object, but it's converted into asemiCode
object instead.