int MLPutLongInteger (MLINK link, long i) puts the long integer i to the MathLink connection specified by link.
Mathematica has several custom-drawn alphabets, suitable for use in technical and mathematical notation—each carefully arranged to give easily distinguishable forms in both ...
KML
(Mathematica Import/Export Format) KML map data format. Standard GIS file format. Stores the geometry and data of cartographic map features. KML is an acronym for Keyhole Markup Language. Used by Google Earth. ...
CageGraph[k, r] gives a smallest k-regular graph of girth r for certain small values of k and r. CageGraph[r] gives CageGraph[3, r]. For k = 3, r can be 3, 4, 5, 6, 7, 8, or ...
EMF
(Mathematica Import/Export Format) Microsoft EMF format. Image file format. Used by the Windows operating system and by Microsoft applications as a graphics resource format. EMF is an acronym derived from ...
WMF
(Mathematica Import/Export Format) Microsoft WMF format. Image file format. Used by the Windows operating system and by Microsoft applications as a graphics resource format. WMF is an acronym derived from ...
GeoDistance[{lat_1, long_1}, {lat_2, long_2}] gives the geodesic distance in meters between latitude-longitude positions on the Earth.GeoDistance[pos_1, pos_2] gives the ...
ImageDifference[image_1, image_2] gives an image in which each pixel is the absolute difference of the corresponding pixels in image_1 and image_2.
LimitsPositioning is an option for UnderoverscriptBox and related boxes that specifies whether to change the positioning of underscripts and overscripts in the way ...
RidgeFilter[image] computes a measure for the presence of a ridge for each pixel in image.RidgeFilter[image, \[Sigma]] uses the specified ridge scale \[Sigma].