Difference between revisions of "Manuals/calci/OPF"

From ZCubes Wiki
Jump to navigation Jump to search
 
Line 18: Line 18:
 
#OPF("/") = DIVIDE ()
 
#OPF("/") = DIVIDE ()
 
#OPF("%") = MOD (Number,Divisor)
 
#OPF("%") = MOD (Number,Divisor)
 +
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=ND-Bbp_q46s|280|center|Operator}}
  
 
==See Also==
 
==See Also==

Latest revision as of 15:53, 7 March 2019

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 ()
  5. OPF("%") = MOD (Number,Divisor)


Related Videos

Operator

See Also

References