manpagez: man pages & more
info mathgl
Other versions of mathgl |
|
|
|
8.22 Operators (MGL)
- MGL command: multo dat dat2
Multiplies the data by the other one for each element.
- MGL command: multo dat
val
Multiplies each element by the number.
- MGL command: divto dat dat2
Divides the data by the other one for each element.
- MGL command: divto dat
val
Divides each element by the number.
- MGL command: addto dat dat2
Adds the other data.
- MGL command: addto dat
val
Adds the number to each element.
- MGL command: subto dat dat2
Subtracts the other data.
- MGL command: subto dat
val
Subtracts the number to each element.