Times: Difference between revisions

Jump to navigation Jump to search
6 bytes removed ,  07:35, 26 April 2020
no edit summary
No edit summary
Line 1: Line 1:
:''This page describes the dyadic arithmetic function. For sign of a single argument, see [[Signum]].''
:''This page describes the dyadic arithmetic function. For sign of a single argument, see [[Signum]].''


{{Built-in|Product|×}}, '''Times''', or '''Multiplication''' is a [[dyadic]] [[scalar function]] which gives the arithmetic product of its [[argument]]s. Subtract shares the [[glyph]] <source lang=apl inline>×</source> with the monadic arithmetic function [[Signum]], and its result is the left argument times the right argument.
{{Built-in|Product|×}}, '''Times''', or '''Multiply''' is a [[dyadic]] [[scalar function]] which gives the arithmetic product of its [[argument]]s. Subtract shares the [[glyph]] <source lang=apl inline>×</source> with the monadic arithmetic function [[Signum]], and its result is the left argument times the right argument.


== Examples ==
== Examples ==
57

edits

Navigation menu