Multiply: Difference between revisions

From The K Language Wiki
Content added Content deleted
("Add all appropriate categories to each verb")
("Better category ordering, add redirects to categories, fix pseudo-adverb categories")
Line 14: Line 14:
</pre>
</pre>


[[Category:Operator verbs]]
[[Category:Verbs]]
[[Category:Verbs]]
[[Category:Operator verbs]]
[[Category:Primitives]]
[[Category:Primitives]]

Revision as of 06:42, 9 July 2022

Multiply
x*y

The multiply function is generally denoted by *.

The multiply primitive is fully atomic.

 1*2
2

 1 2 3+4 5 6
4 10 18

 ((23;45);(3;4))*((45;78);(9;0))
(1035 3510
 27 0)