990 bytes added
, 22:35, 21 December 2018
<div style="font-size:30px">'''MOPWITH (op,a,b)'''</div><br/>
*<math>op</math> is any operation.
*<math>a</math> and <math>b</math> are any numbers.
==Description==
*This function shows the result of the given operation.
*In <math>MOPWITH (op,a,b)</math>,<math>op</math> is any operation.
*<math>a</math> and <math>b</math> 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==
*[[Manuals/calci/MOP | MOP]]
*[[Manuals/calci/MOPWITHEQ | MOPWITHEQ]]
*[[Manuals/calci/MOPWITHLT | MOPWITHLT ]]
==References==
[https://en.wikipedia.org/wiki/Arithmetic Arithmetic Operations]
*[[Z_API_Functions | List of Main Z Functions]]
*[[ Z3 | Z3 home ]]