Difference between revisions of "Manuals/calci/MOPWITH"

From ZCubes Wiki
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 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