• TheRedSpade@lemmy.world
    link
    fedilink
    English
    arrow-up
    12
    ·
    edit-2
    8 hours ago

    While I never failed a math class, I also never went past high school. When would your presumptions NOT be true?

    • Truscape@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      6
      ·
      edit-2
      8 hours ago

      Some forms of programming syntax, although there are the fringe cases where an equation (or function in programming) is represented by a symbol in conjunction with a parentheses input.

      For example:

      y(x) = 2*x+3

      5+y(1) = 10, as 1 is substituted in for x in the prior equation.

      • TheBlackLounge@lemmy.zip
        link
        fedilink
        English
        arrow-up
        3
        ·
        6 hours ago

        And in some languages a number can be used as a name of a variable or a function, so it can be anything really