Ceiling
(Built-in Mathematica Symbol) Ceiling[x] gives the smallest integer greater than or equal to x. Ceiling[x, a] gives the smallest multiple of a greater than or equal to x.
ClosenessCentrality[g] gives a list of closeness centralities for the vertices in the graph g.
EigenvectorCentrality[g] gives a list of eigenvector centralities for the vertices in the graph g.EigenvectorCentrality[g, "In"] gives a list of in-centralities for a ...
FourierCoefficient[expr, t, n] gives the n\[Null]^th coefficient in the Fourier series expansion of expr.FourierCoefficient[expr, {t_1, t_2, ...}, {n_1, n_2, ...}] gives a ...
MatrixRank[m] gives the rank of the matrix m.
ModularLambda[\[Tau]] gives the modular lambda elliptic function \[Lambda](\[Tau]).
OutputForm[expr] prints as a two-dimensional representation of expr using only keyboard characters.
PermutationCycles[perm] gives a disjoint cycle representation of permutation perm.
Radon
(Built-in Mathematica Symbol) Radon[image] gives an image representing the discrete Radon transform of image.Radon[image, {w, h}] specifies the width w and the height h of the resulting image.Radon[image, ...
$MaxRootDegree specifies the maximum degree of polynomial to allow in Root objects.