@5SpeedDeasil to [email protected] • 1 year agoRandom internet people explaining math better then math teacheri.imgur.comimagemessage-square198arrow-up11.74Karrow-down162cross-posted to: math
arrow-up11.68Karrow-down1imageRandom internet people explaining math better then math teacheri.imgur.com@5SpeedDeasil to [email protected] • 1 year agomessage-square198cross-posted to: math
minus-square@[email protected]linkfedilink3•1 year agoCan you explain this out a bit more? I’m a self-taught programmer, of sorts, and I’m not quite getting this…
minus-square@nicolairathjenlink3•1 year agoA reducer “reduces” a list of values to one value with some function by applying it to 2 values at the time. For instance if you reduce the list [1, 2, 3] with the sum function you get (1 + (2 + 3)) = 6.
Can you explain this out a bit more? I’m a self-taught programmer, of sorts, and I’m not quite getting this…
A reducer “reduces” a list of values to one value with some function by applying it to 2 values at the time.
For instance if you reduce the list [1, 2, 3] with the sum function you get (1 + (2 + 3)) = 6.