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

TimesBy (*=)

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