Manuals/calci/MOPWITH
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("+",4,10) = 14
- MOPWITH("/",12,7) = 1.7142857142857142
- MOPWITH("%",365,34) = 25
See Also
References