Negate: Difference between revisions

Jump to navigation Jump to search
55 bytes added ,  14:30, 27 March 2020
no edit summary
No edit summary
Line 1: Line 1:
:''This page describes the monadic arithmetic function. For logical negation of a single argument, see [[Not]]. For dyadic subtraction (minus), see [[Subtract]].''
:''This page describes the monadic arithmetic function. For logical negation of a single argument, see [[Not]]. For dyadic subtraction (minus), see [[Subtract]]. For the negative sign of a number, see [[High minus]].''


{{Built-in|Negate|-}}, or '''Minus''', is a [[monadic]] [[scalar function]] which returns the [[wikipedia:additive inverse|additive inverse]] of its argument. It shares a [[glyph]] <source lang=apl inline>-</source> with [[Subtract]], which may also be called Minus, and may be considered a case of Subtract with a default left argument of zero.
{{Built-in|Negate|-}}, or '''Minus''', is a [[monadic]] [[scalar function]] which returns the [[wikipedia:additive inverse|additive inverse]] of its argument. It shares a [[glyph]] <source lang=apl inline>-</source> with [[Subtract]], which may also be called Minus, and may be considered a case of Subtract with a default left argument of zero.

Navigation menu