Times: Difference between revisions

Jump to navigation Jump to search
70 bytes added ,  07:28, 26 April 2020
no edit summary
(Created page with ":''This page describes the dyadic arithmetic function. For sign of a single argument, see Signum.'' {{Built-in|Product|×}}, '''Times''', or '''Multiplication''' is a d...")
 
No edit summary
Line 4: Line 4:


== Examples ==
== Examples ==
 
A long, slow way to write `!10`:
<source lang=apl>
<source lang=apl>
 
×/⍳10
</source>
</source>


Line 15: Line 15:
=== Reduction and scan ===
=== Reduction and scan ===


[[Reduction]] with Product gives  
[[Reduction]] with Product gives the product of the whole list.


== External links ==
== External links ==
57

edits

Navigation menu