Add: Difference between revisions

Jump to navigation Jump to search
125 bytes added ,  08:33, 9 July 2020
mNo edit summary
(2 intermediate revisions by the same user not shown)
Line 17: Line 17:


Since adding a number to itself is equivalent to doubling that number, we can express the ''double'' function as <source lang=apl inline>+⍨</source>.
Since adding a number to itself is equivalent to doubling that number, we can express the ''double'' function as <source lang=apl inline>+⍨</source>.
=== Reduction ===
[[Reduction]] with Add gives the sum of the whole list.


== Scalar mapping ==
== Scalar mapping ==
Line 39: Line 43:


Addition of floating-point numbers may also be subject to [[overflow]], resulting in a [[DOMAIN ERROR]] or an [[infinite]] result.
Addition of floating-point numbers may also be subject to [[overflow]], resulting in a [[DOMAIN ERROR]] or an [[infinite]] result.
== See also ==
* [[Times]]
* [[Or]]
* [[Union]]


== External Links ==
== External Links ==

Navigation menu