Changes

Jump to navigation Jump to search
1,218 bytes added ,  11:39, 6 April 2017
Created page with "<div style="font-size:30px">'''UNITOP(OP,A,B)'''</div><br/> *<math>OP</math> is the operation to be performed *<math>A</math> and <math>B</math> are any two real numbers. ==D..."
<div style="font-size:30px">'''UNITOP(OP,A,B)'''</div><br/>
*<math>OP</math> is the operation to be performed
*<math>A</math> and <math>B</math> are any two real numbers.

==Description==
*This function performs the operation mentioned as an argument with the two numbers entered.
*In <math>UNITOP(OP,A,B)</math>,<math>OP</math> is the operation to be performed. <math>A</math> and <math> B</math> are any two real numbers.
*If operation can be addition, subtraction, multiplication, division, mod, greater-than, less-than etc.


==Examples==
#UNITOP(SUM,5,18) = 23
#UNITOP(MINUS,-90,-75) = -15
#UNITOP(GT,210,210) = true (checks if first number is greater than or equal to second number)
#UNITOP(LT,3.234, 1.42) = false (checks if first number is less than second number)
#UNITOP(UNITMULTIPLY,5,18) = 90
#UNITOP(UNITMOD,5,3) = 2
#UNITOP(UNITDIVIDE,50,5) = 10


==See Also==

*[[Manuals/calci/UNITADD | UNITADD ]]
*[[Manuals/calci/GTE | GTE ]]
*[[Manuals/calci/UNITLE | UNITLE ]]
*[[Z_API_Functions | List of Main Z Functions]]
*[[ Z3 | Z3 home ]]

==References==
*[https://en.wikipedia.org/wiki/Operation_(mathematics) Math Operations]



*[[Z_API_Functions | List of Main Z Functions]]

*[[ Z3 | Z3 home ]]
writer
2,661

edits

Navigation menu