AllPairsShortestPath[g] gives a matrix, where the (i, j)\[Null]^th entry is the length of a shortest path in g between vertices i and j. AllPairsShortestPath[g, Parent] ...
Clip
(Built-in Mathematica Symbol) Clip[x] gives x clipped to be between -1 and +1. Clip[x, {min, max}] gives x for min <= x <= max, min for x < min and max for x > max. Clip[x, {min, max}, {v_min, v_max}] ...
RemoveScheduledTask[obj] remove the obj from the list of currently set tasks.
Share
(Built-in Mathematica Symbol) Share[expr] changes the way expr is stored internally, to try and minimize the amount of memory used. Share[] tries to minimize the memory used to store all expressions.
WeierstrassInvariants[{\[Omega], \[Omega]^\[Prime]}] gives the invariants {g_2, g_3} for Weierstrass elliptic functions corresponding to the half-periods {\[Omega], ...
Making lists from functions. This makes a list of 5 elements, each of the form p[i]. Here is another way to produce the same list.
OutputForm[expr] prints as a two-dimensional representation of expr using only keyboard characters.
Sound
(Built-in Mathematica Symbol) Sound[primitives] represents a sound. Sound[primitives, t] specifies that the sound should have duration t.Sound[primitives, {t_min, t_max}] specifies that the sound should ...
Hypergeometric1F1[a, b, z] is the Kummer confluent hypergeometric function \[Null]_1 F_1 (a; b; z).
Interrupt[] generates an interrupt.