binary
Back to table
/*
BasicType
binary
[binary f]=function(binary g);
A binary number in form like 4'b0100
*/
//-------------------------------------------------------------------
// examples
a=5'b10100;
b=6'b111000;
Print(a,b);
//-------------------------------------------------------------------
// result
a = 5'b10100;
b = 6'b111000;
PermuteLogicFunction Analysis IsBiUnateFunction IsLinearFunction IsOneFunction IsSymmetricFunctionTo ToBinary NineComplement PureBinary AddXorTerm Count logicvardef Not Radixes To2LayerOrAnd ToFullAnd Save ShortestInputsForTransition Assign StateTransitionBasedly ToFeedbackSystem GetExcitationTable BestVariableOrder SimpleInner StateTransition string GetPositiveLogicFunction IndependentBase SemanticEval Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.