Binary.AbsoluteExpression.ToBinary
Back to table
/*
Binary-Number
Binary.AbsoluteExpression.ToBinary
[binary result]=Binary.AbsoluteExpression.ToBinary(int bitLength, int number);
Get the absolute binary expression of a number.
*/
//-------------------------------------------------------------------
// examples
[v]=Binary.AbsoluteExpression.List(4,-2,3);
[v]=Binary.AbsoluteExpression.ToBinary(4,5);
[v]=Binary.AbsoluteExpression.FromBinary(4'b0101);
[v]=Binary.AbsoluteExpression.MaxValue(4);
[v]=Binary.AbsoluteExpression.MinValue(4);
//-------------------------------------------------------------------
// result
IsCovering IsEqual ToAndOr List BinaryNumberToString NineComplement ToOrAnd ToDualFunction Dimacs Email FeedbackSystem Imply list() LogicScript MantissaToPositiveDecimal MostSignificantDigit PositiveIntegerToMantissa RadixFromIndex RadixToIndex Realization SOP ShortestInputsForDistinguishTwoStates Backwardly ToFeedbackSystem Canonical SimpleInner RandomGenerate AdjustLogicVariableCount EnlargeLogicFunction Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.