Synaptic events and run_regularly operations often use the += operator (or -=). We currently include them in the descriptions and that's of course ok, but they look a bit more like programming language code than a mathematical description. It would be nice to replace something like v_post += w by "increase v_post by w".
Synaptic events and
run_regularly
operations often use the+=
operator (or-=
). We currently include them in the descriptions and that's of course ok, but they look a bit more like programming language code than a mathematical description. It would be nice to replace something likev_post += w
by "increase v_post by w".