Expand description
Engineering functions Bitwise: BITAND, BITOR, BITXOR, BITLSHIFT, BITRSHIFT
Structs§
- Bin2
DecFn - Converts a binary text value to decimal.
- Bin2
HexFn - Converts a binary text value to hexadecimal text.
- Bin2
OctFn - Converts a binary text value to octal text.
- BitAnd
Fn - Returns the bitwise AND of two non-negative integers.
- BitL
Shift Fn - Shifts a non-negative integer left or right by a given bit count.
- BitOrFn
- Returns the bitwise OR of two non-negative integers.
- BitR
Shift Fn - Shifts a non-negative integer right or left by a given bit count.
- BitXor
Fn - Returns the bitwise exclusive OR of two non-negative integers.
- Complex
Fn - Builds a complex number text value from real and imaginary coefficients.
- Convert
Fn - Converts a numeric value from one supported unit to another.
- Dec2
BinFn - Converts a decimal integer to binary text.
- Dec2
HexFn - Converts a decimal integer to hexadecimal text.
- Dec2
OctFn - Converts a decimal integer to octal text.
- DeltaFn
- Tests whether two numbers are equal.
- ErfFn
- Returns the Gaussian error function over one bound or between two bounds.
- ErfPrecise
Fn - Returns the error function of a number.
- ErfcFn
- Returns the complementary error function of a number.
- Gestep
Fn - Returns
1when a number is greater than or equal to a step value. - Hex2
BinFn - Converts a hexadecimal text value to binary text.
- Hex2
DecFn - Converts a hexadecimal text value to decimal.
- Hex2
OctFn - Converts a hexadecimal text value to octal text.
- ImAbsFn
- Returns the modulus (absolute value) of a complex number.
- ImArgument
Fn - Returns the argument (angle in radians) of a complex number.
- ImConjugate
Fn - Returns the complex conjugate of a complex number.
- ImCosFn
- Returns the cosine of a complex number.
- ImDivFn
- Returns the quotient of two complex numbers.
- ImExpFn
- Returns the complex exponential of a complex number.
- ImLnFn
- Returns the natural logarithm of a complex number.
- ImLog2
Fn - Returns the base-2 logarithm of a complex number.
- ImLog10
Fn - Returns the base-10 logarithm of a complex number.
- ImPower
Fn - Raises a complex number to a real power.
- ImProduct
Fn - Returns the product of one or more complex numbers.
- ImReal
Fn - Returns the real coefficient of a complex number.
- ImSinFn
- Returns the sine of a complex number.
- ImSqrt
Fn - Returns the principal square root of a complex number.
- ImSubFn
- Returns the difference between two complex numbers.
- ImSumFn
- Returns the sum of one or more complex numbers.
- Imaginary
Fn - Returns the imaginary coefficient of a complex number.
- Oct2
BinFn - Converts an octal text value to binary text.
- Oct2
DecFn - Converts an octal text value to decimal.
- Oct2
HexFn - Converts an octal text value to hexadecimal text.