Difference between revisions of "Manuals/calci/OPFSTR"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''OPFSTR (Operator)'''</div><br/> *<math>Operator</math> is any operator. ==Description== *This function shows the name of the given arithmetic ...") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div style="font-size:30px">'''OPFSTR (Operator)'''</div><br/> | <div style="font-size:30px">'''OPFSTR (Operator)'''</div><br/> | ||
+ | where | ||
*<math>Operator</math> is any operator. | *<math>Operator</math> is any operator. | ||
+ | **OPFSTR()shows the name of the given arithmetic operator. | ||
==Description== | ==Description== | ||
− | + | ||
− | + | OPFSTR (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 18: | ||
#OPFSTR("*") = MULTIPLY | #OPFSTR("*") = MULTIPLY | ||
#OPFSTR("/") = DIVIDE | #OPFSTR("/") = DIVIDE | ||
+ | #OPFSTR("%") = MOD | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=ND-Bbp_q46s|280|center|Operator}} | ||
==See Also== | ==See Also== |
Latest revision as of 14:54, 7 March 2019
OPFSTR (Operator)
where
- is any operator.
- OPFSTR()shows the name of the given arithmetic operator.
Description
OPFSTR (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
- OPFSTR("+") = SUM
- OPFSTR("-") = MINUS
- OPFSTR("*") = MULTIPLY
- OPFSTR("/") = DIVIDE
- OPFSTR("%") = MOD
Related Videos
See Also
References