Difference between revisions of "Z^3 Array Manipulation Member Functions"

From ZCubes Wiki
Jump to navigation Jump to search
Line 45: Line 45:
 
| [[Array Cumulative Functions|accumulate ]] || Total
 
| [[Array Cumulative Functions|accumulate ]] || Total
 
|-
 
|-
| [[Array Cumulative Functions|accumulatewith ]] || "CumulateFunction,CurrentResult"
+
| [[Array Cumulative Functions|accumulatewith ]] || CumulateFunction, CurrentResult
 
|-
 
|-
| [[Array.across()|across ]] || "OtherArray, Function"
+
| [[Array.across()|across ]] || OtherArray, Function
 
|-
 
|-
 
| [[Array.add()|add ]] || Thing  
 
| [[Array.add()|add ]] || Thing  
Line 55: Line 55:
 
| [[Array_Row_Column_Modify_Functions|addrow ]] || NumberOfRows
 
| [[Array_Row_Column_Modify_Functions|addrow ]] || NumberOfRows
 
|-
 
|-
| [[Array.addsequence()|addsequence ]] || "InFront,StartFrom,OptionalSequenceArray"
+
| [[Array.addsequence()|addsequence ]] || InFront, StartFrom, OptionalSequenceArray
 
|-
 
|-
 
| [[Array.adjoint()|adjoint ]] || Array
 
| [[Array.adjoint()|adjoint ]] || Array
Line 91: Line 91:
 
| [[Array.cdr()|cdr ]] ||  
 
| [[Array.cdr()|cdr ]] ||  
 
|-
 
|-
| [[Array.cell()|cell ]] || "Row, Column, Width, Height"
+
| [[Array.cell()|cell ]] || Row, Column, Width, Height
 
|-
 
|-
 
| [[Array.cell()|cells ]] ||  
 
| [[Array.cell()|cells ]] ||  
 
|-
 
|-
| [[Array.checktype()|checktype ]] || "TypeArray,ForceCheckOnVariables"
+
| [[Array.checktype()|checktype ]] || TypeArray, ForceCheckOnVariables
 
|-
 
|-
 
| [[Array.chunks()|chunks ]] || ChunkSize
 
| [[Array.chunks()|chunks ]] || ChunkSize
Line 101: Line 101:
 
| [[Array.ci()|ci ]] ||  
 
| [[Array.ci()|ci ]] ||  
 
|-
 
|-
| [[Array.clean()|clean ]] || "Expression, ReplaceWith"
+
| [[Array.clean()|clean ]] || Expression, ReplaceWith
 
|-
 
|-
 
| [[Array.clear()|clear ]] || FillWith
 
| [[Array.clear()|clear ]] || FillWith
Line 131: Line 131:
 
| [[Array.compare()|compare ]] ||  
 
| [[Array.compare()|compare ]] ||  
 
|-
 
|-
| [[Array.concatall()|concatall ]] || "LimitArray, IncludeEdges"
+
| [[Array.concatall()|concatall ]] || LimitArray, IncludeEdges
 
|-
 
|-
| [[Array.converge()|converge ]] || "Function, NumberOfIterations, Accuracy, Converge"
+
| [[Array.converge()|converge ]] || Function, NumberOfIterations, Accuracy, Converge
 
|-
 
|-
 
| [[Array.copy()|copy ]] ||  
 
| [[Array.copy()|copy ]] ||  
Line 141: Line 141:
 
| [[Array.count()|count ]] || FirstLevelOnly
 
| [[Array.count()|count ]] || FirstLevelOnly
 
|-
 
|-
| [[Array.crosstab()|crosstab ]] || "RowSet, ColSet,PageSet,DataSet"
+
| [[Array.crosstab()|crosstab ]] || RowSet, ColSet,PageSet,DataSet
 
|-
 
|-
 
| [[Array.cube()|cube ]] ||  
 
| [[Array.cube()|cube ]] ||  
Line 167: Line 167:
 
| [[Array.dc()|dc ]] ||  
 
| [[Array.dc()|dc ]] ||  
 
|-
 
|-
| [[Array.deal()|deal ]] || "Within, ManyInEach"
+
| [[Array.deal()|deal ]] || Within, ManyInEach
 
|-
 
|-
 
| [[Array.deepcopy()|deepcopy ]] ||  
 
| [[Array.deepcopy()|deepcopy ]] ||  
Line 199: Line 199:
 
| [[Array_nth_Functions|eleventh ]] ||  
 
| [[Array_nth_Functions|eleventh ]] ||  
 
|-
 
|-
| [[Array.equal()|equal ]] || "Array, CheckLength, StartFrom"
+
| [[Array.equal()|equal ]] || Array, CheckLength, StartFrom
 
|-
 
|-
| [[Array.equalvalues()|equalvalues ]] || "Array, CheckLength, StartFrom"
+
| [[Array.equalvalues()|equalvalues ]] || Array, CheckLength, StartFrom
 
|-
 
|-
 
| [[Array.eval()|eval ]] ||  
 
| [[Array.eval()|eval ]] ||  
Line 209: Line 209:
 
| [[Array.exec()|exec ]] ||  
 
| [[Array.exec()|exec ]] ||  
 
|-
 
|-
| [[Array.explode()|explode ]] || "StartIndex, By, RecurseTillLevel "
+
| [[Array.explode()|explode ]] || StartIndex, By, RecurseTillLevel  
 
|-
 
|-
 
| [[Array.extract()|extract ]] ||  
 
| [[Array.extract()|extract ]] ||  
Line 221: Line 221:
 
| [[Array.fillwith()|fillwith ]] ||  
 
| [[Array.fillwith()|fillwith ]] ||  
 
|-
 
|-
| [[Array.filtermatches()|filtermatches ]] || "MatchIdenticalMatrix, OnlyMatches"
+
| [[Array.filtermatches()|filtermatches ]] || MatchIdenticalMatrix, OnlyMatches
 
|-
 
|-
| [[Array.filteroncolumn()|filteroncolumn ]] || "Condition, ExtractColumns, FilterOnColumn"
+
| [[Array.filteroncolumn()|filteroncolumn ]] || Condition, ExtractColumns, FilterOnColumn
 
|-
 
|-
| [[Array.filteroncondition()|filteroncondition ]] || "TakeDropOrAllFlag, Function, Parameter"
+
| [[Array.filteroncondition()|filteroncondition ]] || TakeDropOrAllFlag, Function, Parameter
 
|-
 
|-
| [[Array.filteronrow()|filteronrow ]] || "Condition, ExtractColumns, FilterOnColumn"
+
| [[Array.filteronrow()|filteronrow ]] || Condition, ExtractColumns, FilterOnColumn
 
|-
 
|-
 
| [[Array.findcellref()|findcellref ]] || Values
 
| [[Array.findcellref()|findcellref ]] || Values
Line 249: Line 249:
 
| [[Array.fold()|fold ]] || "AtFoldValue, AtReverseFoldValue"
 
| [[Array.fold()|fold ]] || "AtFoldValue, AtReverseFoldValue"
 
|-
 
|-
| [[Array.foldl()|foldl ]] || "Function, StartSeed"
+
| [[Array.foldl()|foldl ]] || Function, StartSeed
 
|-
 
|-
| [[Array.foldr()|foldr ]] || "Function, StartSeed"
+
| [[Array.foldr()|foldr ]] || Function, StartSeed
 
|-
 
|-
| [[Array.forward()|forward ]] || "Function, StartValue"
+
| [[Array.forward()|forward ]] || Function, StartValue
 
|-
 
|-
 
| [[Array_nth_Functions|fourteenth ]] ||  
 
| [[Array_nth_Functions|fourteenth ]] ||  
Line 261: Line 261:
 
| [[Array.fourths()|fourths ]] ||  
 
| [[Array.fourths()|fourths ]] ||  
 
|-
 
|-
| [[Array.funcjoin()|funcjoin ]] || "HeadLength, FindString, FirstString, MidString, LastString"
+
| [[Array.funcjoin()|funcjoin ]] || HeadLength, FindString, FirstString, MidString, LastString
 
|-
 
|-
 
| [[Array.gettype()|gettype ]] ||  
 
| [[Array.gettype()|gettype ]] ||  
Line 295: Line 295:
 
| [[Array.include()|include ]] ||  
 
| [[Array.include()|include ]] ||  
 
|-
 
|-
| [[Array.indices()|indices ]] || "Function,SubtractByArray,ScaleByArray,DoNotShowIndices,RowArray"
+
| [[Array.indices()|indices ]] || Function, SubtractByArray, ScaleByArray, DoNotShowIndices, RowArray
 
|-
 
|-
 
| [[Array.injoin()|injoin ]] || JoinWith  
 
| [[Array.injoin()|injoin ]] || JoinWith  
 
|-
 
|-
| [[Array.insert()|insert ]] || "Value, AfterLastFlag"
+
| [[Array.insert()|insert ]] || Value, AfterLastFlag
 
|-
 
|-
| [[Array_Row_Column_Modify_Functions|insertcolumn ]] || "Index, NumberOfColumns"
+
| [[Array_Row_Column_Modify_Functions|insertcolumn ]] || Index, NumberOfColumns
 
|-
 
|-
| [[Array_Row_Column_Modify_Functions|insertrow ]] || "Index, NumberOfRows"
+
| [[Array_Row_Column_Modify_Functions|insertrow ]] || Index, NumberOfRows
 
|-
 
|-
 
| [[Array.inverse()|inverse ]] || Array
 
| [[Array.inverse()|inverse ]] || Array
Line 309: Line 309:
 
| [[Array_Row_Column_Modify_Functions|ir ]] ||  
 
| [[Array_Row_Column_Modify_Functions|ir ]] ||  
 
|-
 
|-
| [[Array.is()|is ]] || "Thing, IsNot"
+
| [[Array.is()|is ]] || Thing, IsNot
 
|-
 
|-
 
| [[Array.is1d()|is1d ]] ||  
 
| [[Array.is1d()|is1d ]] ||  
Line 333: Line 333:
 
| [[Array.j()|j ]] ||  
 
| [[Array.j()|j ]] ||  
 
|-
 
|-
| [[Array.joincolumnswith()|joincolumnswith ]] || "ArrayOfJoinCharacters,IsRepeat"
+
| [[Array.joincolumnswith()|joincolumnswith ]] || ArrayOfJoinCharacters, IsRepeat
 
|-
 
|-
| [[Array.joinrowswith()|joinrowswith ]] || "ArrayOfJoinCharacters,IsRepeat"
+
| [[Array.joinrowswith()|joinrowswith ]] || ArrayOfJoinCharacters, IsRepeat
 
|-
 
|-
 
| [[Array.joinwith()|joinwith ]] ||  
 
| [[Array.joinwith()|joinwith ]] ||  
Line 369: Line 369:
 
| [[Array.match()|match ]] || Expression
 
| [[Array.match()|match ]] || Expression
 
|-
 
|-
| [[Array.matchcolumn()|matchcolumn ]] || "Expression, Column"
+
| [[Array.matchcolumn()|matchcolumn ]] || Expression, Column
 
|-
 
|-
| [[Array.matchindex()|matchindex ]] || "Expression, IndexThenFromMatch"
+
| [[Array.matchindex()|matchindex ]] || Expression, IndexThenFromMatch
 
|-
 
|-
| [[Array.matchrow()|matchrow ]] || "Expression, Row"
+
| [[Array.matchrow()|matchrow ]] || Expression, Row
 
|-
 
|-
| [[Array.matchvalue()|matchvalue ]] || "Expression, IndexThenFromMatch"
+
| [[Array.matchvalue()|matchvalue ]] || Expression, IndexThenFromMatch
 
|-
 
|-
| [[Array.merge()|merge ]] || "OtherArray, Function"
+
| [[Array.merge()|merge ]] || OtherArray, Function
 
|-
 
|-
 
| [[Array_Concat_Functions|mergecolumns ]] || OtherArray
 
| [[Array_Concat_Functions|mergecolumns ]] || OtherArray
Line 391: Line 391:
 
| [[Array.multiply|multiply ]] ||  
 
| [[Array.multiply|multiply ]] ||  
 
|-
 
|-
| [[Array.nicejoin()|nicejoin ]] || "JoinString, EndString, SubArrayString"
+
| [[Array.nicejoin()|nicejoin ]] || JoinString, EndString, SubArrayString
 
|-
 
|-
 
| [[Array_nth_Functions|nineteenth ]] ||  
 
| [[Array_nth_Functions|nineteenth ]] ||  
Line 401: Line 401:
 
| [[Array.notinclude()|notinclude ]] || Item
 
| [[Array.notinclude()|notinclude ]] || Item
 
|-
 
|-
| [[Array.notwithinlimits()|notwithinlimits ]] || "LimitArray, IncludeEdges"
+
| [[Array.notwithinlimits()|notwithinlimits ]] || LimitArray, IncludeEdges
 
|-
 
|-
| [[Array_nth_Functions|nth ]] || "Nth, Count"
+
| [[Array_nth_Functions|nth ]] || Nth, Count
 
|-
 
|-
| [[Array.ntimes()|ntimes ]] || "Function, NumberOfIterations, Accuracy, Converge"
+
| [[Array.ntimes()|ntimes ]] || Function, NumberOfIterations, Accuracy, Converge
 
|-
 
|-
 
| [[Array.nullifyobjects()|nullifyobjects ]] || Recursive
 
| [[Array.nullifyobjects()|nullifyobjects ]] || Recursive
Line 421: Line 421:
 
| [[Array.pack()|pack ]] ||  
 
| [[Array.pack()|pack ]] ||  
 
|-
 
|-
| [[Array.pad()|pad ]] || "Length, PadString"
+
| [[Array.pad()|pad ]] || Length, PadString
 
|-
 
|-
| [[Array.pair()|pair ]] || "Value, OnRight"
+
| [[Array.pair()|pair ]] || Value, OnRight
 
|-
 
|-
| [[Array.pairmatch()|pairmatch ]] || "AtFoldValue, AtReverseFoldValue, StartFrom"
+
| [[Array.pairmatch()|pairmatch ]] || AtFoldValue, AtReverseFoldValue, StartFrom
 
|-
 
|-
| [[Array.partitiononcondition()|partitiononcondition ]] || "TakeDropOrAllFlag, Function, Parameter"
+
| [[Array.partitiononcondition()|partitiononcondition ]] || TakeDropOrAllFlag, Function, Parameter
 
|-
 
|-
| [[Array.parts()|parts ]] || "NumberOfParts, SpecificPart"
+
| [[Array.parts()|parts ]] || NumberOfParts, SpecificPart
 
|-
 
|-
 
| [[Array.pastefolds()|pastefolds ]] || MidOnly
 
| [[Array.pastefolds()|pastefolds ]] || MidOnly
 
|-
 
|-
| [[Array.pick()|pick ]] || "StyleString, JoinString"
+
| [[Array.pick()|pick ]] || StyleString, JoinString
 
|-
 
|-
| [[Array.pieces()|pieces ]] || " Width, Function"
+
| [[Array.pieces()|pieces ]] || Width, Function
 
|-
 
|-
 
| [[Array.pip()|pip ]] ||  
 
| [[Array.pip()|pip ]] ||  
Line 457: Line 457:
 
| [[Array.random()|rand ]] ||  
 
| [[Array.random()|rand ]] ||  
 
|-
 
|-
| [[Array.random()|random ]] || "Base,Numbers"
+
| [[Array.random()|random ]] || Base,Numbers
 
|-
 
|-
 
| [[Array.remove()|remove ]] ||  
 
| [[Array.remove()|remove ]] ||  
Line 467: Line 467:
 
| [[Array.removewith()|removewith ]] ||  
 
| [[Array.removewith()|removewith ]] ||  
 
|-
 
|-
| [[Array.repeatntimes()|repeatntimes ]] || "Function, NumberOfIterations, Accuracy, Converge"
+
| [[Array.repeatntimes()|repeatntimes ]] || Function, NumberOfIterations, Accuracy, Converge
 
|-
 
|-
| [[Array.replace()|replace ]] || "ExpressionArrayOrValues, ReplaceWith"
+
| [[Array.replace()|replace ]] || ExpressionArrayOrValues, ReplaceWith
 
|-
 
|-
 
| [[Array.replicate()|replicate ]] || Count
 
| [[Array.replicate()|replicate ]] || Count
 
|-
 
|-
| [[Array.rest()|rest ]] || "Start, Count"
+
| [[Array.rest()|rest ]] || Start, Count
 
|-
 
|-
 
| [[Array.result()|result ]] ||  
 
| [[Array.result()|result ]] ||  
Line 509: Line 509:
 
| [[Array.secondhalf()|secondhalf ]] ||  
 
| [[Array.secondhalf()|secondhalf ]] ||  
 
|-
 
|-
| [[Array.seq()|seq ]] || "StartIndex, By"
+
| [[Array.seq()|seq ]] || StartIndex, By
 
|-
 
|-
 
| [[Array.set()|set ]] ||  
 
| [[Array.set()|set ]] ||  
 
|-
 
|-
| [[Array.setaxis()|setaxis ]] || "Axis, ColumnValues"
+
| [[Array.setaxis()|setaxis ]] || Axis, ColumnValues
 
|-
 
|-
| [[Array.setcolumn()|setcolumn ]] || "Column, ColumnValues"
+
| [[Array.setcolumn()|setcolumn ]] || Column, ColumnValues
 
|-
 
|-
 
| [[Array.setheadings()|setheadings ]] ||  
 
| [[Array.setheadings()|setheadings ]] ||  
 
|-
 
|-
| [[Array.setrow()|setrow ]] || "Row, Array"
+
| [[Array.setrow()|setrow ]] || Row, Array
 
|-
 
|-
 
| [[Array.setunit()|setunit ]] ||  
 
| [[Array.setunit()|setunit ]] ||  
Line 527: Line 527:
 
| [[Array_nth_Functions|seventh ]] ||  
 
| [[Array_nth_Functions|seventh ]] ||  
 
|-
 
|-
| [[Array.shiftlevel()|shiftlevel ]] || "Level, NumberOfTimes"
+
| [[Array.shiftlevel()|shiftlevel ]] || Level, NumberOfTimes
 
|-
 
|-
 
| [[Array.shuffle()|shuffle ]] ||  
 
| [[Array.shuffle()|shuffle ]] ||  
Line 549: Line 549:
 
| [[Array.sortwith()|sortwith ]] ||  
 
| [[Array.sortwith()|sortwith ]] ||  
 
|-
 
|-
| [[Array.specialprint()|specialprint ]] || "Trimmed,TabLevel"
+
| [[Array.specialprint()|specialprint ]] || Trimmed,TabLevel
 
|-
 
|-
| [[Array.spliteach()|spliteach ]] || "SplitExpression, RetainSplitterAlsoInResult"
+
| [[Array.spliteach()|spliteach ]] || SplitExpression, RetainSplitterAlsoInResult
 
|-
 
|-
 
| [[Array.splitwhile()|splitwhile ]] ||  
 
| [[Array.splitwhile()|splitwhile ]] ||  
Line 571: Line 571:
 
| [[Array.table()|table ]] ||  
 
| [[Array.table()|table ]] ||  
 
|-
 
|-
| [[Array.tablelookup()|tablelookup ]] || "RowValueMatch, ColumnValueMatch"
+
| [[Array.tablelookup()|tablelookup ]] || RowValueMatch, ColumnValueMatch
 
|-
 
|-
 
| [[Array.tail()|tail ]] ||  
 
| [[Array.tail()|tail ]] ||  
Line 597: Line 597:
 
| [[Array.transpose()|transpose ]] || IncludeHeader
 
| [[Array.transpose()|transpose ]] || IncludeHeader
 
|-
 
|-
| [[Array.truefalse()|truefalse ]] || "IsCheckTrueFunctionList,IsCheckFalseFunctionList,DoFlattenFirst"
+
| [[Array.truefalse()|truefalse ]] || IsCheckTrueFunctionList, IsCheckFalseFunctionList, DoFlattenFirst
 
|-
 
|-
 
| [[Array_nth_Functions|twelfth ]] ||  
 
| [[Array_nth_Functions|twelfth ]] ||  
Line 623: Line 623:
 
| [[Array.where()|where ]] || Term
 
| [[Array.where()|where ]] || Term
 
|-
 
|-
| [[Array.withinlimits()|withinlimits ]] || "LimitArray, IncludeEdges"
+
| [[Array.withinlimits()|withinlimits ]] || LimitArray, IncludeEdges
 
|-
 
|-
 
| [[Array.withouttail()|withouttail ]] ||  
 
| [[Array.withouttail()|withouttail ]] ||  
Line 629: Line 629:
 
| [[Array.X$()|X$ ]] ||  
 
| [[Array.X$()|X$ ]] ||  
 
|-
 
|-
| [[Array.x$()|x$ ]] || "FunctionArray, OffsetArray, ScaleArray, GiveIndicesAlso,DoCentering"
+
| [[Array.x$()|x$ ]] || FunctionArray, OffsetArray, ScaleArray, GiveIndicesAlso,DoCentering
 
|-
 
|-
 
| [[Array.xy()|xy ]] ||  
 
| [[Array.xy()|xy ]] ||  
 
|-
 
|-
| [[Array.xypanel()|xypanel ]] || "FunctionArray, OffsetArray, ScaleArray, GiveIndicesAlso"
+
| [[Array.xypanel()|xypanel ]] || FunctionArray, OffsetArray, ScaleArray, GiveIndicesAlso
 
|-
 
|-
 
| [[Array.z3()|z3 ]] ||  
 
| [[Array.z3()|z3 ]] ||  
 
|-
 
|-
| [[Array.zero()|zero ]] || "ValueInstead, PreserveStructure"
+
| [[Array.zero()|zero ]] || ValueInstead, PreserveStructure
 
|-
 
|-
 
| [[Array.zip()|zip ]] || OtherArray
 
| [[Array.zip()|zip ]] || OtherArray

Revision as of 11:06, 4 February 2020

ARRAY FUNCTIONS

A listing of the Array functions are given below:

Function name Parameter

Function Name Parameters Notes
$ Apply functions to each element of array
$$
$$$
$$F
$A Parameter
$C
$CELLS
$d
$diag
$dth
$R
$X
$x
$_
__$
ac
accumulate Total
accumulatewith CumulateFunction, CurrentResult
across OtherArray, Function
add Thing
addcolumn NumberOfColumns
addrow NumberOfRows
addsequence InFront, StartFrom, OptionalSequenceArray
adjoint Array
aggregate "Columns,Function, Params"
any Count
appendfunction Function
ar
async "Iterator, CallBack"
atindex
atnode "Function,SubtractByArray,ScaleByArray,DoNotShowIndices"
backward "Function, StartValue"
bindcolumn
branch
branchvalues
c
calci
car
cartesianproduct IsWithoutFlatten
cdr
cell Row, Column, Width, Height
cells
checktype TypeArray, ForceCheckOnVariables
chunks ChunkSize
ci
clean Expression, ReplaceWith
clear FillWith
clearcopy FillWith
clearrepeats
clone
colconcat
colcount
collect
collectasvector
collectwhile
collectwhileasvector
column
columnconcat
columns
compare
concatall LimitArray, IncludeEdges
converge Function, NumberOfIterations, Accuracy, Converge
copy
core
count FirstLevelOnly
crosstab RowSet, ColSet,PageSet,DataSet
cube
cumcolumn
cumcolumns
cumcolumnswith
cumcolumnwith
cumrow
cumrows
cumrowswith
cumrowwith
cumulate
data
dc
deal Within, ManyInEach
deepcopy
deletecolumn Where
deleterow Where
det Array
determinant
dim
div
divide
dr
drop
dropwhile
dropwhileasvector
eighteenth
eighth
eleventh
equal Array, CheckLength, StartFrom
equalvalues Array, CheckLength, StartFrom
eval
except
exec
explode StartIndex, By, RecurseTillLevel
extract
few
fifteenth Function
fifth
fillwith
filtermatches MatchIdenticalMatrix, OnlyMatches
filteroncolumn Condition, ExtractColumns, FilterOnColumn
filteroncondition TakeDropOrAllFlag, Function, Parameter
filteronrow Condition, ExtractColumns, FilterOnColumn
findcellref Values
first Count
firstelement Count
firsthalf
fixat "Index,Fix"
fjoin "HeadLength, JoinString"
flatten
flip
flipparts
fold "AtFoldValue, AtReverseFoldValue"
foldl Function, StartSeed
foldr Function, StartSeed
forward Function, StartValue
fourteenth
fourth
fourths
funcjoin HeadLength, FindString, FirstString, MidString, LastString
gettype
graph Mode
graphin
half
halves
hderef Array
head
headings
hindex
hundredth
i PreviousArray
ic
ids
implode RecurseTillLevel
inc
include
indices Function, SubtractByArray, ScaleByArray, DoNotShowIndices, RowArray
injoin JoinWith
insert Value, AfterLastFlag
insertcolumn Index, NumberOfColumns
insertrow Index, NumberOfRows
inverse Array
ir
is Thing, IsNot
is1d
is2d
isFalse
isfalse
islikelytype
isnotnull
isnull
isTrue
istrue
istype
j
joincolumnswith ArrayOfJoinCharacters, IsRepeat
joinrowswith ArrayOfJoinCharacters, IsRepeat
joinwith
jq
keep
last Count
lastelement Count
list
lookup
make
make1to2d ReplaceOriginal
makecore
makekeyarray Recursive
maplist fun
mapper Function
maprow Function
mask
match Expression
matchcolumn Expression, Column
matchindex Expression, IndexThenFromMatch
matchrow Expression, Row
matchvalue Expression, IndexThenFromMatch
merge OtherArray, Function
mergecolumns OtherArray
mergeio
mergerows
mid "From,Count"
millionth
multiply
nicejoin JoinString, EndString, SubArrayString
nineteenth
nineth
nodeindex
notinclude Item
notwithinlimits LimitArray, IncludeEdges
nth Nth, Count
ntimes Function, NumberOfIterations, Accuracy, Converge
nullifyobjects Recursive
numbers ForceCheckOnVariables
o
objects
of
otherthan ArrayWithElementsToExclude
pack
pad Length, PadString
pair Value, OnRight
pairmatch AtFoldValue, AtReverseFoldValue, StartFrom
partitiononcondition TakeDropOrAllFlag, Function, Parameter
parts NumberOfParts, SpecificPart
pastefolds MidOnly
pick StyleString, JoinString
pieces Width, Function
pip
pipall
pipallwithslice
plot
prefix
primitives
print
printf
r
rand
random Base,Numbers
remove
removeByVal Value
removeindices
removewith
repeatntimes Function, NumberOfIterations, Accuracy, Converge
replace ExpressionArrayOrValues, ReplaceWith
replicate Count
rest Start, Count
result
reverselevel Level
reversepip
reversesort Function
ri
rotate NumberOfSteps
rotatecolumns NumberOfSteps
rotaterows NumberOfSteps
row
rowconcat OtherArray
rowcount
rowlengths Function
rowpush OtherArray
rows
rslice
second
secondhalf
seq StartIndex, By
set
setaxis Axis, ColumnValues
setcolumn Column, ColumnValues
setheadings
setrow Row, Array
setunit
seventeenth
seventh
shiftlevel Level, NumberOfTimes
shuffle
sixteenth
sixth
size
size2d
slices SliceExpression
slides
some
sortrecursively
sortwith
specialprint Trimmed,TabLevel
spliteach SplitExpression, RetainSplitterAlsoInResult
splitwhile
splitwhileasvector
stringlist
subtract
suchthat
suchthatasvector
suffix
t
table
tablelookup RowValueMatch, ColumnValueMatch
tail
takewhile
takewhileasvector
tenth
third
thirds
thirteenth
thousandth
tofunctions
toobjectformat
totree
transpose IncludeHeader
truefalse IsCheckTrueFunctionList, IsCheckFalseFunctionList, DoFlattenFirst
twelfth
twentieth
twod
type
uncrosstab UptoColumn
unimplode RecurseTillLevel
unimplodeleaf
unitsof
unwrapleaf
unzip
value Function
where Term
withinlimits LimitArray, IncludeEdges
withouttail
X$
x$ FunctionArray, OffsetArray, ScaleArray, GiveIndicesAlso,DoCentering
xy
xypanel FunctionArray, OffsetArray, ScaleArray, GiveIndicesAlso
z3
zero ValueInstead, PreserveStructure
zip OtherArray
ZJSON
zoompip