FresnelS[z] gives the Fresnel integral S(z).
Head
(Built-in Mathematica Symbol) Head[expr] gives the head of expr.
If you have a function defined in an external program, then what you need to do in order to make it possible to call the function from within Mathematica is to add ...
With careful standardization of argument conventions, Mathematica provides full coverage of elliptic integrals, with arbitrary-precision numerical evaluation for complex ...
Built into Mathematica is the world's largest collection of both numerical and symbolic equation solving capabilities—with many original algorithms, all automatically ...
Plot
(Built-in Mathematica Symbol) Plot[f, {x, x_min, x_max}] generates a plot of f as a function of x from x_min to x_max. Plot[{f_1, f_2, ...}, {x, x_min, x_max}] plots several functions f_i.
LibraryFunctionUnload[fun] unloads a LibraryFunction so that it cannot be used.
ArcSin
(Built-in Mathematica Symbol) ArcSin[z] gives the arc sine sin -1 (z) of the complex number z.
Maximize[f, x] maximizes f with respect to x.Maximize[f, {x, y, ...}] maximizes f with respect to x, y, .... Maximize[{f, cons}, {x, y, ...}] maximizes f subject to the ...
LibraryFunctionInformation[fun] returns information about a LibraryFunction.