Dot: Difference between revisions

Jump to navigation Jump to search
210 bytes removed ,  10:23, 13 May 2020
m
no edit summary
(Created page with "{{Glyphbox|.}} The glyph '''dot''' or '''period''' refers to the <code>.</code> character. It represents several unrelated concepts, some derived from traditional mathemat...")
 
mNo edit summary
Line 6: Line 6:
* In [[SHARP APL]] and [[NARS2000]], the function derived from two functions operands, can also be called [[monadic function|monadically]] and then represents the [[Alternant]] (<source lang=apl inline>+.× Y</source>) which is a generalisation of [[wikipedia:determinant|determinant]]s and [[wikipedia:permanent|permanent]]s. Specifically, (<source lang=apl inline>-.× Y</source>) is the [[wikipedia:determinant|determinant]].
* In [[SHARP APL]] and [[NARS2000]], the function derived from two functions operands, can also be called [[monadic function|monadically]] and then represents the [[Alternant]] (<source lang=apl inline>+.× Y</source>) which is a generalisation of [[wikipedia:determinant|determinant]]s and [[wikipedia:permanent|permanent]]s. Specifically, (<source lang=apl inline>-.× Y</source>) is the [[wikipedia:determinant|determinant]].
* In [[SHARP APL]], with a function left operand and an array right operand, called ''ply'', is used for the [[Power Operator]] (<source lang=apl inline>f⍣k</source> in several other dialects).
* In [[SHARP APL]], with a function left operand and an array right operand, called ''ply'', is used for the [[Power Operator]] (<source lang=apl inline>f⍣k</source> in several other dialects).
* In all dialects but [[SHARP APL]], <source lang=apl inline>∘</source>, named [[nil]], is the [[enclose]]d [[empty]] [[numeric]] [[vector]], which may also be written <source lang=apl inline><⍳0</source>.
* In dialects that support [[object oriented programming]], for example [[APLX]] and [[Dyalog APL]], the dot is used to access members of objects.
* In dialects that support [[object oriented programming]], for example [[APLX]] and [[Dyalog APL]], the dot is used to access members of objects.
* In [[NARS2000]], two immediately adjacent dots, <source lang=apl inline>..</source>, form a bi-glyph, and represents the [[Sequence]] function (represented by the ellipsis, <source lang=apl inline>…<⍳0</source> in [[dzaima/APL]] and [[Extended Dyalog APL]]).
* In [[NARS2000]], two immediately adjacent dots, <source lang=apl inline>..</source>, form a bi-glyph, and represents the [[Sequence]] function (represented by the ellipsis, <source lang=apl inline>…<⍳0</source> in [[dzaima/APL]] and [[Extended Dyalog APL]]).

Navigation menu