Sin
(Built-in Mathematica Symbol) Sin[z] gives the sine of z.
WavelengthAbsorptionMap[wavelength_1, wavelength_2] generates a plot of the absorption map in the wavelength range between wavelength_1 and wavelength_2.
FontWeight is an option for Style, Cell, and related constructs that specifies how heavy the characters in a font should be.
FunctionInterpolation[expr, {x, x_min, x_max}] evaluates expr with x running from x_min to x_max and constructs an InterpolatingFunction object which represents an ...
InterpolationPoints is an option to SmoothKernelDistribution and FunctionInterpolation that specifies the initial number of interpolation points to use.
CreateDocument[] creates an empty document notebook and opens it in the front end.CreateDocument[expr] creates and opens a document notebook containing the expression ...
NotebookRead[notebook] gives the expression corresponding to the current selection in the specified notebook object.
LocatorPane[{x, y}, back] represents a pane with a locator at position {x, y} and background back.LocatorPane[Dynamic[pt], back] takes the locator position to be the ...
FindDistributionParameters[data, dist] finds the parameter estimates for the distribution dist from data.FindDistributionParameters[data, dist, {{p, p_0}, {q, q_0}, ...}] ...