994 bytes added
, 20:39, 17 November 2017
<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 operator.
*In <math>OPF (Operator)</math>,<math>Operator</math> 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
==See Also==
*[[Manuals/calci/ISOPERATORSYMBOL | ISOPERATORSYMBOL]]
*[[Manuals/calci/SUM | SUM ]]
*[[Manuals/calci/SUBTRACT | SUBTRACT ]]
==References==
*[https://www.mathsisfun.com/definitions/operator.html Operators]
*[[Z_API_Functions | List of Main Z Functions]]
*[[ Z3 | Z3 home ]]