11 - 20 of 131 for RestSearch Results
View search results from all Wolfram sites (4013 matches)
Most   (Built-in Mathematica Symbol)
Most[expr] gives expr with the last element removed.
Parts of Expressions   (Mathematica Guide)
Mathematica's unified symbolic architecture allows immediate generalization of part-oriented list operations to arbitrary expressions —supporting operations both on ...
Elements of Lists   (Mathematica Guide)
Mathematica provides a carefully chosen set of functions for accessing elements of lists either using indices or positions, or using patterns or criteria for their values.
Accumulate   (Built-in Mathematica Symbol)
Accumulate[list] gives a list of the successive accumulated totals of elements in list.
CheckAbort   (Built-in Mathematica Symbol)
CheckAbort[expr, failexpr] evaluates expr, returning failexpr if an abort occurs.
ExponentialMovingAverage   (Built-in Mathematica Symbol)
ExponentialMovingAverage[list, \[Alpha]] gives the exponential moving average of list with smoothing constant \[Alpha].
Xnor   (Built-in Mathematica Symbol)
Xnor[e_1, e_2, ...] is the logical XNOR (not XOR) function. It gives True if an even number of the e_i are True, and the rest are False. It gives False if an odd number of ...
MathematicaScript   (Mathematica System Program)
MathematicaScript is an interpreter for standalone executable Mathematica scripts.
FoldList   (Built-in Mathematica Symbol)
FoldList[f, x, {a, b, ...}] gives {x, f[x, a], f[f[x, a], b], ...}.
Xor   (Built-in Mathematica Symbol)
Xor[e_1, e_2, ...] is the logical XOR (exclusive OR) function. It gives True if an odd number of the e_i are True, and the rest are False. It gives False if an even number of ...
1|2|3|4|5 ... 14 Previous Next

...