• Aniki
    link
    fedilink
    English
    239 days ago
    
    for (c in countries) {
      c.tariffs = Math.random();
    }
    
    
    • Elvith Ma'for
      link
      fedilink
      English
      24
      edit-2
      9 days ago

      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))
      }