Golden Software Surfer geospatial file format. Terrain data format used by Golden Software products. Used for archiving and exchanging terrain data. Binary or ASCII format. ...
SquareFreeQ[expr] gives True if expr is a square-free polynomial or number, and False otherwise.SquareFreeQ[expr, vars] gives True if expr is square free with respect to the ...
Number
(Built-in Mathematica Symbol) Number represents an exact integer or an approximate real number in Read.
Mathematica has three functions for generating pseudorandom numbers that are distributed uniformly over a range of values. Pseudorandom number generation. Generating tables ...
Functions that are specified by simple algebraic formulas tend to be such that when their input is changed only slightly, their output also changes only slightly. But ...
LatticeData[lattice, " property"] gives the specified property for a lattice.LatticeData[n] gives a list of named lattices of dimension n.
BitNot
(Built-in Mathematica Symbol) BitNot[n] gives the bitwise NOT of the integer n.
ArcGRID
(Mathematica Import/Export Format) ArcGRID topographic data format. Standard distribution format of USGS National Map data. Stores terrain data. Bundle format, consisting of binary .adf and other files. ...
Integrated into Mathematica is a full range of state-of-the-art local and global optimization techniques, both numeric and symbolic, including constrained nonlinear ...
BitShiftLeft[n, k] shifts the binary bits in the integer n to the left by k places, padding with zeros on the right.BitShiftLeft[n] shifts one bit to the left.