Difference between revisions of "Manuals/calci/GETFUNCTION"
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | =GETFUNCTION () | + | <div style="font-size:30px">'''GETFUNCTION ()'''</div><br/> |
==OPF (Operator)== | ==OPF (Operator)== | ||
Where | Where | ||
Line 7: | Line 7: | ||
*This function shows the arithmetic operator. | *This function shows the arithmetic operator. | ||
*GETFUNCTION is working for OPF function. | *GETFUNCTION is working for OPF function. | ||
− | + | 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 16: | Line 17: | ||
# OPF("-") = MINUS () | # OPF("-") = MINUS () | ||
# OPF("*") = PRODUCT () | # OPF("*") = PRODUCT () | ||
− | # OPF("/") = DIVIDE () | + | # OPF("/") = DIVIDE () |
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=ND-Bbp_q46s|280|center|Operator}} | ||
==See Also== | ==See Also== |
Latest revision as of 14:16, 18 March 2019
GETFUNCTION ()
OPF (Operator)
Where
- is any operator.
Description
- This function shows the arithmetic operator.
- GETFUNCTION is working for OPF function.
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 ()
Related Videos
See Also
References