Manuals/calci/OPF
Jump to navigation
Jump to search
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
- OPF("+") = SUM()
- OPF("-") = MINUS ()
- OPF("*") = PRODUCT ()
- OPF("/") = DIVIDE ()
- OPF("%") = MOD (Number,Divisor)
Related Videos
See Also
References