Manuals/calci/GETFUNCTION

From ZCubes Wiki
Revision as of 14:17, 19 December 2017 by Devika (talk | contribs) (Created page with "<div style="font-size:30px">'''GETFUNCTION ()'''</div><br/> <div style="font-size:30px">'''OPF (Operator)'''</div><br/> *<math>Operator</math> is any operator. ==Description...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
GETFUNCTION ()


OPF (Operator)


  • is any operator.

Description

  • This function shows the arithmetic operator.
  • GETFUNCTION is working for OPF function.
  • In , is any symbol of the operator.
  • Arithmetic operators take numerical values as their operands and return a single numerical value.
  • The standard arithmetic operators are addition (+), subtraction (-), multiplication (*), and division (/).
  • When we giving the any symbol of arithmetic operators this function will show name and arguments of the given operator.

Examples

  1. OPF("+") = SUM ()
  2. OPF("-") = MINUS ()
  3. OPF("*") = PRODUCT ()
  4. OPF("/") = DIVIDE ()

See Also

References