nuko147@lemm.ee to BuyFromEU@feddit.orgEnglish · edit-29 months ago"Liberation Day" Trump’s Tariffs on Europei.postimg.ccimagemessage-square17fedilinkarrow-up112arrow-down10file-textcross-posted to: buyeuropean@feddit.uk
arrow-up112arrow-down1image"Liberation Day" Trump’s Tariffs on Europei.postimg.ccnuko147@lemm.ee to BuyFromEU@feddit.orgEnglish · edit-29 months agomessage-square17fedilinkfile-textcross-posted to: buyeuropean@feddit.uk
minus-squareElvith Ma'for@feddit.orglinkfedilinkEnglisharrow-up2·edit-29 months agoSadly there are many reports, that it’s just for (c in countries) { c.tariffs = math.max(10, (c.exportsTo(us) - c.importFrom(us)) / (c.exportsTo(us)*2)) }
minus-squareMatch!!@pawb.sociallinkfedilinkEnglisharrow-up1·9 months agowhen will the snarky code comments start using functional programming
minus-squareKornblumenratte@feddit.orglinkfedilinkEnglisharrow-up1·9 months agoSomething like tariff export import = max(10, (100 * (1 - import/export)) map countries tariff ?
Sadly there are many reports, that it’s just
for (c in countries) { c.tariffs = math.max(10, (c.exportsTo(us) - c.importFrom(us)) / (c.exportsTo(us)*2)) }when will the snarky code comments start using functional programming
Something like
tariff export import = max(10, (100 * (1 - import/export)) map countries tariff?