Binary.TwoComplement.List
Back to table
/*
Binary-Number
Binary.TwoComplement.List
[binary() result]=Binary.TwoComplement.List(int bitLength, int numberFrom, int numberTo);
Get the TwoComplement-expression from numberFrom to numberTo with the bitLength.
*/
//-------------------------------------------------------------------
// examples
[v]=Binary.TwoComplement.List(4,-2,3);
[v]=Binary.TwoComplement.ToBinary(4,5);
[v]=Binary.TwoComplement.FromBinary(4'b0101);
[v]=Binary.TwoComplement.MaxValue(4);
[v]=Binary.TwoComplement.MinValue(4);
//-------------------------------------------------------------------
// result
IsParityFunction IsPositiveFunction IsPositiveUnateFunctionTo IsSelfAntiDualFunction IsThresholdFunction FromBinary AddXorTerm ToDiagram ToVariableInvertedFunction Load long() Not LeastSignificantDigit MantissaToPositiveInteger MostSignificantDigit PositiveNumberToMantissa POS To2LayerAndOr Solve ShortestInputsForDistinguishTwoStates TransitionSeries Assign Simplification ShannonTree Full TruthTable Normalization ShannonExpansion ShrinkLogicFunction Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.