AirWavelength[element] gives a list of {wavelength_v, wavelength_a} pairs, where wavelength_v is the wavelength in vacuum and wavelength_a is the wavelength in air, for the ...
Appearance is an option for displayed objects such as Button and Slider that specifies the general type of appearance they should have.
--x decreases the value of x by 1, returning the new value of x.
++x increases the value of x by 1, returning the new value of x.
int MLGetData (MLINK link, char *b, int len, int *count) gets textual data from the MathLink connection specified by link, storing the result in a buffer b of maximum length ...
DoModal -- wait until the Java window is closed, JavaShow -- make a window visible and in front, ShowJavaConsole -- display System.out and System.err output in a separate ...
Orthogonalize, Normalize and Projection have been added to the built-in Mathematica kernel. Normalize can now take an arbitrary norm function.
OpenRead["file"] opens a file to read data from, and returns an InputStream object.
NFourierTrigSeries[expr, t, k] gives a numerical approximation to the order n Fourier trigonometric series expansion of expr, where expr is a periodic function of t with ...
FileDate["file"] gives the date and time at which a file was last modified. FileDate["file", " type"] gives information on the specified type of date associated with a file.