SpheroidalS1[n, m, \[Gamma], z] gives the radial spheroidal function S_n^m, (1)(\[Gamma], z) of the first kind.
SplineClosed is an option for B-spline functions and graphics primitives that specifies whether spline curves or surfaces should be closed.
StringDrop["string", n] gives " string" with its first n characters dropped. StringDrop["string", -n] gives " string" with its last n characters dropped. StringDrop["string", ...
StringMatchQ["string", patt] tests whether " string" matches the string pattern patt. StringMatchQ["string", RegularExpression["regex"]] tests whether " string" matches the ...
SyntaxInformation[f] gives information used to generate syntax coloring and other advisories when f[...] is entered as input.
TakeWhile[list, crit] gives elements e_i from the beginning of list, continuing so long as crit[e_i] is True.
If you use a text-based interface to Mathematica, then the input you give must consist only of characters that you can type directly on your computer keyboard. But if you use ...
NSolve gives you a general way to find numerical approximations to the solutions of polynomial equations. Finding numerical solutions to more general equations, however, can ...
This constructs the sum ∑_(i=1)^7 (x^i)/(i) . You can leave out the lower limit if it is equal to 1. This makes i increase in steps of 2, so that only odd-numbered values are ...
CUDAArgMinList[list] gives the index of the minimum element in list.