• missfrizzle@discuss.tchncs.de
    link
    fedilink
    arrow-up
    13
    arrow-down
    2
    ·
    10 hours ago

    that can’t be right. maybe they meant lambda calculus? programmers are definitely good at applied logic, graph theory, certain kinds of discrete math etc. but you’re not whipping out integrals to write a backend.

    • Warl0k3@lemmy.world
      link
      fedilink
      arrow-up
      13
      ·
      edit-2
      10 hours ago

      Any function that relies on change over a domain is reliant on concepts that are fundementally calculus. Control systems, statistical analysis, data science, absolutely everything in networking that doesn’t involve calling people on the phone to convince them to give you their password, that is all calculus.

    • expr@programming.dev
      link
      fedilink
      arrow-up
      6
      ·
      9 hours ago

      Many things that work with time series data use calculus all the time. Both derivatives and integrals are very useful in that context: derivatives being the rate of change at some particular time step, and integrals being the sum of the changes across a range of time steps.

      There’s a pretty wide range of applications.