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 kushti in Discord]
if we're going to rename "isInfinity" to "isIdentity" , it makes sense to rename "negate" to "inverse" as well (negate is inverse in additive notation, and we're using multiplicative)
Leftovers from #324 that are not covered in existing issues.
SBoolean:
toByte
SNumeric:
abs
compare
SBigInt:
modQ
; (soft fork)plusModQ
; (soft fork)minusModQ
; (soft fork)multModQ
; (soft fork)SGroupElement:
isIdentity
; (soft fork) // special.sigma.GroupElement.isInfinity should be renamedSOption:
isEmpty
(add rule toOptionCoster
); (soft fork)toColl
(add rule toOptionCoster
); (soft fork)flatMap
(add rule toOptionCoster
); (soft fork)fold
(add rule toOptionCoster
); (soft fork)SCollection: (all via soft fork)
flatMap
;find
;mapReduce
;groupBy
;groupByProjecting
;unionSets
;diff
;intersect
;sum
;prefixLength
;lastIndexOf
;distinct
;startsWith
;endsWith
;The text was updated successfully, but these errors were encountered: