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

SubtractFrom (-=)

x-=dx
subtracts dx from x and returns the new value of x.
  • x-=dx is equivalent to x=x-dx.
New in 1
© 2008 Wolfram Research, Inc.
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team