Difference between revisions of "Manuals/calci/OPF"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''OPF (Operator)'''</div><br/> *<math>Operator</math> is any symbol of the operator. ==Description== *This function shows the name of the given a...")
 
Line 1: Line 1:
<div style="font-size:30px">'''OPF (Operator)'''</div><br/>
+
=OPF (Operator)=
 
*<math>Operator</math> is any symbol of the operator.
 
*<math>Operator</math> is any symbol of the operator.
 +
 +
OPF() shows the name of the given arithmetic operator.
  
 
==Description==
 
==Description==
*This function shows the name of the given arithmetic operator.
+
OPF (Operator)
*In <math>OPF (Operator)</math>,<math>Operator</math> is any symbol of the operator.
+
 
 +
*<math>Operator</math> is any symbol of the operator.
 
*Arithmetic operators take numerical values as their operands and return a single numerical value.  
 
*Arithmetic operators take numerical values as their operands and return a single numerical value.  
 
*The standard arithmetic operators are addition (+), subtraction (-), multiplication (*), and division (/).
 
*The standard arithmetic operators are addition (+), subtraction (-), multiplication (*), and division (/).

Revision as of 15:59, 4 January 2018

OPF (Operator)

  • is any symbol of the operator.

OPF() shows the name of the given arithmetic operator.

Description

OPF (Operator)

  • 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