Difference between revisions of "Manuals/calci/MOPWITH"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
#MOPWITH("/",-76,80) = -0.95 | #MOPWITH("/",-76,80) = -0.95 | ||
#MOPWITH("%",365,34) = 25 | #MOPWITH("%",365,34) = 25 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=Y6M89-6106I|280|center|Subtraction}} | ||
==See Also== | ==See Also== |
Latest revision as of 14:25, 15 January 2019
MOPWITH (op,a,b)
- is any operation.
- and are any numbers.
Description
- This function shows the result of the given operation.
- In , is any operation.
- and are any numbers. <math>Op<math> is any one of the operation +,-* and \.
- Suppose when the op is other than the arithmetic operation will show the given operations parameters.
- For example when the op value is LOG then will return as the parameter of LOG as LOG (Number,Base).
Examples
- MOPWITH("+",40,-100) = -60
- MOPWITH("/",-76,80) = -0.95
- MOPWITH("%",365,34) = 25
Related Videos
See Also
References