possibble bug set[ ] * product( set[ a, b, c, a ] )

Messages in english

Modérateur : xcasadmin

compsystems
Messages : 554
Inscription : sam. févr. 04, 2017 11:34 pm
Localisation : Colombia
Contact :

possibble bug set[ ] * product( set[ a, b, c, a ] )

Message par compsystems » mer. mars 04, 2020 7:41 pm

Hello

set[ ] * product( set[ a, b, c, a ] ) [enter] returns set[] expect a*b*c

the null element in multiplication is 1
NULL*3 -> 1*3

set[ ] * product( set[ a, b, c, a ] ) -> NULL* product( set[ a, b, c, a ] ) -> 1 * a*b*c

Répondre