Skip to main content

Module engineering

Module engineering 

Source
Expand description

Engineering functions Bitwise: BITAND, BITOR, BITXOR, BITLSHIFT, BITRSHIFT

Structs§

Bin2DecFn
Converts a binary text value to decimal.
Bin2HexFn
Converts a binary text value to hexadecimal text.
Bin2OctFn
Converts a binary text value to octal text.
BitAndFn
Returns the bitwise AND of two non-negative integers.
BitLShiftFn
Shifts a non-negative integer left or right by a given bit count.
BitOrFn
Returns the bitwise OR of two non-negative integers.
BitRShiftFn
Shifts a non-negative integer right or left by a given bit count.
BitXorFn
Returns the bitwise exclusive OR of two non-negative integers.
ComplexFn
Builds a complex number text value from real and imaginary coefficients.
ConvertFn
Converts a numeric value from one supported unit to another.
Dec2BinFn
Converts a decimal integer to binary text.
Dec2HexFn
Converts a decimal integer to hexadecimal text.
Dec2OctFn
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.
ErfPreciseFn
Returns the error function of a number.
ErfcFn
Returns the complementary error function of a number.
GestepFn
Returns 1 when a number is greater than or equal to a step value.
Hex2BinFn
Converts a hexadecimal text value to binary text.
Hex2DecFn
Converts a hexadecimal text value to decimal.
Hex2OctFn
Converts a hexadecimal text value to octal text.
ImAbsFn
Returns the modulus (absolute value) of a complex number.
ImArgumentFn
Returns the argument (angle in radians) of a complex number.
ImConjugateFn
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.
ImLog2Fn
Returns the base-2 logarithm of a complex number.
ImLog10Fn
Returns the base-10 logarithm of a complex number.
ImPowerFn
Raises a complex number to a real power.
ImProductFn
Returns the product of one or more complex numbers.
ImRealFn
Returns the real coefficient of a complex number.
ImSinFn
Returns the sine of a complex number.
ImSqrtFn
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.
ImaginaryFn
Returns the imaginary coefficient of a complex number.
Oct2BinFn
Converts an octal text value to binary text.
Oct2DecFn
Converts an octal text value to decimal.
Oct2HexFn
Converts an octal text value to hexadecimal text.

Functions§

register_builtins