Subtract: Difference between revisions

Jump to navigation Jump to search
41 bytes added ,  07:17, 9 July 2020
Line 15: Line 15:
== Properties ==
== Properties ==


See also [[Plus#Properties]].
See also [[Add#Properties]].


Subtraction is anti-commutative: swapping the arguments negates the result, or using [[Commute]], <source lang=apl inline>-⍨</source> {{←→}} <source lang=apl inline>--</source>.
Subtraction is anti-commutative: swapping the arguments negates the result, or using [[Commute]], <source lang=apl inline>-⍨</source> {{←→}} <source lang=apl inline>--</source>.
Line 45: Line 45:
0.5 0.25 0.375 0.3125 0.34375 0.328125
0.5 0.25 0.375 0.3125 0.34375 0.328125
</source>
</source>
== See also ==
* [[Divide]]
* [[Without]]


== External links ==
== External links ==

Navigation menu