Difference between revisions of "Manuals/calci/OPF"
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...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | |||
<div style="font-size:30px">'''OPF (Operator)'''</div><br/> | <div style="font-size:30px">'''OPF (Operator)'''</div><br/> | ||
*<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== | ||
− | + | OPF (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 (/). | ||
Line 14: | Line 17: | ||
#OPF("*") = PRODUCT () | #OPF("*") = PRODUCT () | ||
#OPF("/") = DIVIDE () | #OPF("/") = DIVIDE () | ||
+ | #OPF("%") = MOD (Number,Divisor) | ||
+ | |||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=ND-Bbp_q46s|280|center|Operator}} | ||
==See Also== | ==See Also== |
Latest revision as of 14: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
- OPF("+") = SUM()
- OPF("-") = MINUS ()
- OPF("*") = PRODUCT ()
- OPF("/") = DIVIDE ()
- OPF("%") = MOD (Number,Divisor)
Related Videos
See Also
References