BitOr
(Built-in Mathematica Symbol) BitOr[n_1, n_2, ...] gives the bitwise OR of the integers n_i.
ReliefPlot[array] generates a relief plot of an array of height values.
PaddedForm[expr, n] prints with all numbers in expr padded to leave room for a total of n digits. PaddedForm[expr, {n, f}] prints with approximate real numbers having exactly ...
Mathematica can import common terrain elevation files and render them as topographic maps. It can also import geospatial information formats that combine layers of raster, ...
$MinPrecision gives the minimum number of digits of precision to be allowed in arbitrary-precision numbers.
Mathematica's strengths in algebraic computation and graphics as well as numerics combine to bring unprecedented flexibility and power to geometric computation. Making ...
$MaxPrecision gives the maximum number of digits of precision to be allowed in arbitrary-precision numbers.
BitAnd
(Built-in Mathematica Symbol) BitAnd[n_1, n_2, ...] gives the bitwise AND of the integers n_i.
BitXor
(Built-in Mathematica Symbol) BitXor[n_1, n_2, ...] gives the bitwise XOR of the integers n_i.
int MLGetShortInteger (MLINK link, short *i) gets an integer from the MathLink connection specified by link and stores it as a C short in i.