ArcSech
(Built-in Mathematica Symbol) ArcSech[z] gives the inverse hyperbolic secant sech -1 (z) of the complex number z.
BlockRandom[expr] evaluates expr with all pseudorandom generators localized, so that uses of SeedRandom, RandomInteger, and related functions within the evaluation of expr do ...
Catalan
(Built-in Mathematica Symbol) Catalan is Catalan's constant, with numerical value \[TildeEqual] 0.915966.
Conditioned[expr, cond] or expr \[Conditioned] cond represents expr conditioned by the predicate cond.
Exclusions is an option that specifies where to exclude in regions used by functions like Plot, Plot3D, and NIntegrate.
ExpandNumerator[expr] expands out products and powers that appear in the numerator of expr.
ExponentFunction is an option for NumberForm and related functions that determines the exponent to use in printing approximate real numbers.
ExportString[expr, " format"] generates a string corresponding to expr exported in the specified format. ExportString[rules, {"format", "Rules"}] gives explicit rules for ...
FindThreshold[image] finds a global threshold value that partitions the intensity values in image into two intervals.
GraphicsGroup[{g_1, g_2, ...}] represents a collection of graphics objects grouped together for purposes of interactive selection in a notebook.