fossilesque@mander.xyzM to Science Memes@mander.xyzEnglish · 2 years agoExplain yourselves, comp sci.mander.xyzimagemessage-square71fedilinkarrow-up1514arrow-down117
arrow-up1497arrow-down1imageExplain yourselves, comp sci.mander.xyzfossilesque@mander.xyzM to Science Memes@mander.xyzEnglish · 2 years agomessage-square71fedilink
minus-squareexpr@programming.devlinkfedilinkEnglisharrow-up4·2 years agoIt’s not a terrible name, since it’s derived from the mathematical construct of vectors as n-tuples. In the case of vectors in programming, n relates to the size of the underlying array, and the tuple consists of the elements of the vector.
It’s not a terrible name, since it’s derived from the mathematical construct of vectors as
n-tuples. In the case of vectors in programming,nrelates to the size of the underlying array, and the tuple consists of the elements of the vector.That makes sense.