Manuals/calci/MOP

From ZCubes Wiki
Revision as of 14:57, 12 September 2017 by Devika (talk | contribs) (Created page with "<div style="font-size:30px">'''MOP (a,b,op,ConsiderUnits)'''</div><br/> *<math>a</math> and <math>b</math> are any real numbers. ==Description== *This function calculates for...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
MOP (a,b,op,ConsiderUnits)


  • and are any real numbers.

Description

  • This function calculates for the given operation with the given parameter values.
  • In , and are any real numbers.
  • is any operation.
  • MOP is the function is used to execute the operation with the given parameters.
  • Here operation may be addition,subtraction,multiplication,division,log and exp.
  • For the arithmetic operation will consider the the parameter a and b.
  • For log and exp operations the first parameter only will consider to find the value.

Examples

  1. MOP(100,564,"+") = 664
  2. MOP(100,564,"-") = -464
  3. MOP(100,564,"*") = 56400
  4. MOP(100,564,"/") = 0.1773049645390071

See Also

References