InverseGudermannian[z] gives the inverse Gudermannian function gd -1 (z).
LibraryFunctionInformation[fun] returns information about a LibraryFunction.
LinebreakAdjustments is an option for selections that sets parameters used for calculating where automatic line breaks should be inserted.
MachineNumberQ[expr] returns True if expr is a machine-precision real or complex number, and returns False otherwise.
MeanShift[list, d] replaces each element in list by the mean of the values of all elements that differ by less than d.
NotebookPrint[expr] sends a notebook containing expr to your default printer.NotebookPrint[notebook] sends the specified notebook to your default printer. ...
NotElement[x, dom] or x \[NotElement] dom asserts that x is not an element of the domain dom.NotElement[x_1 | ... | x_n, dom] asserts that none of the x_i are elements of ...
ObservabilityMatrix[ss] gives the observability matrix of the StateSpaceModel object ss.
PermutationCyclesQ[expr] returns True if expr is a permutation in disjoint cyclic form, and False otherwise.
--x decreases the value of x by 1, returning the new value of x.