Difference between revisions of "Manuals/calci/MOPWITH"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<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 fun...")
 
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
  
 
==Examples==
 
==Examples==
#MOPWITH("+",4,10) = 14
+
#MOPWITH("+",40,-100) = -60
#MOPWITH("/",12,7) = 1.7142857142857142
+
#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 15: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

  1. MOPWITH("+",40,-100) = -60
  2. MOPWITH("/",-76,80) = -0.95
  3. MOPWITH("%",365,34) = 25

Related Videos

Subtraction

See Also


References

Arithmetic Operations