DaysPlus[{year, month, day}, n] gives the date n days after the date {year, month, day}.DaysPlus[{year, month, day, hour, minute, second}, n] gives the date n days after the ...
CalendarChange[{year, month, day}, calendar_1, calendar_2] converts the date {year, month, day} given in calendar calendar_1 into a date given in calendar ...
WishartDistribution[\[CapitalSigma], m] represents a Wishart distribution with scale matrix \[CapitalSigma] and degrees of freedom parameter m.
GeoProjectionData["projection", " property"] gives the value of the specified property for the specified cartographic projection.GeoProjectionData["projection"] gives the ...
The raw SQL command DELETE deletes data from a database. An alternative is to use the Mathematica command SQLDelete, described in "Deleting Data". If you find that the ...
The raw SQL command UPDATE updates data in a database. An alternative is to use the Mathematica command SQLUpdate, described in "Updating Data". If you find that the examples ...
TetGenGetFacetHoles[expr] gets the holes in the facets.
WidgetAlign[] is a widget layout placeholder that provides an alignment marker. WidgetAlign[{ref, After}, Before] makes a specific request for the next widget to align to ...
$GUIPath lists the directories searched in attempting to find interface files.
OpenTruncate[expr] truncates each edge of each polygon in graphics expression expr without filling in with a polygon.OpenTruncate[expr, ratio] truncates to the specified ...