WAV
(Mathematica Import/Export Format) MIME type: audio/x-wav Microsoft WAV audio format. Used for storage and interchange of audio data on Windows, in audio recording and processing, and on the web. Binary file ...
FittedModel[...] represents the symbolic fitted model obtained from functions like LinearModelFit.
ImageCompose[image, overlay] gives the result of overlaying overlay onto image. ImageCompose[image, {overlay, \[Alpha]}] gives the result of alpha blending overlay into image ...
LogIntegral[z] is the logarithmic integral function li(z).
Mouseover[expr, over] represents an object that displays as over when the mouse pointer is over it, and as expr otherwise.
StieltjesGamma[n] gives the Stieltjes constant \[Gamma]_n. StieltjesGamma[n, a] gives the generalized Stieltjes constant \[Gamma]_n (a).
Modules in Mathematica allow you to treat the names of variables as local. Sometimes, however, you want the names to be global, but values to be local. You can do this in ...
Throughout any computation, Mathematica maintains an evaluation stack containing the expressions it is currently evaluating. You can use the function Stack to look at the ...
A method like "Newton's" method chooses a step, but the validity of that step only goes as far as the Newton quadratic model for the function really reflects the function. ...
MousePosition[] gives the current mouse position in the notebook front end. MousePosition["coords"] gives the mouse position with respect to the specified coordinate ...