Mathematica > Core Language > Defining Variables and Functions > Assignments >

AddTo (+=)

x+=dx
adds dx to x and returns the new value of x.
  • x+=dx is equivalent to x=x+dx.
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team