Difference between revisions of "Manuals/calci/GETFUNCTION"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
=GETFUNCTION ()= | =GETFUNCTION ()= | ||
| − | =OPF (Operator)= | + | ==OPF (Operator)== |
Where | Where | ||
*<math>Operator</math> is any operator. | *<math>Operator</math> is any operator. | ||
Revision as of 14:39, 4 January 2018
GETFUNCTION ()
OPF (Operator)
Where
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Operator} is any operator.
Description
- This function shows the arithmetic operator.
- GETFUNCTION is working for OPF function.
- In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle OPF (Operator)} ,Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 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 ()
See Also
References