| Line 1: |
Line 1: |
| − | <div style="font-size:30px">'''UNITMINUS(A,B)'''</div><br/> | + | <div style="font-size:30px">'''UNITMINUS(a,b)'''</div><br/> |
| | | | |
| − | *where <math>A</math> and <math>B</math> are two numbers to perform subtraction. | + | *where <math>a</math> and <math>b</math> are two numbers to perform subtraction. |
| | | | |
| | ==Description== | | ==Description== |
| Line 13: |
Line 13: |
| | ==ZOS== | | ==ZOS== |
| | | | |
| − | *The syntax is to calculate SUM is ZOS is <math>UNITMINUS(A,B)</math> | + | *The syntax is to calculate SUM is ZOS is <math>UNITMINUS(a,b)</math> |
| − | *<math>A</math> and <math>B</math> are two numbers to be subtracted. | + | *<math>a</math> and <math>b</math> are two numbers to be subtracted. |
| | | | |
| | ==Examples== | | ==Examples== |