NumberSystem.Radixes
Back to table
/*
Number-System
NumberSystem.Radixes
[string() radixes]=NumberSystem.Radixes(int systemBase);
Get all the radixes of a (systemBase)-based number system. 2 <= systemBase <= 35.
*/
//-------------------------------------------------------------------
// examples
[v]=NumberSystem.Radixes(15);
Print(v);
[v]=NumberSystem.RadixFromIndex(5,14);
Print(v);
[v]=NumberSystem.RadixToIndex("7",18);
Print(v);
[v]=NumberSystem.LeastSignificantDigit(100,19);
Print(v);
[v]=NumberSystem.PositiveIntegerToMantissa(100,19);
Print(v);
[v]=NumberSystem.MantissaToPositiveInteger(int(2,3,4),19);
Print(v);
[v]=NumberSystem.MostSignificantDigit( 0.1, 16);
Print(v);
[v]=NumberSystem.PositiveDecimalToMantissa(0.1,3,16);
Print(v);
[v]=NumberSystem.MantissaToPositiveDecimal(int(2,3,4),16);
Print(v);
[v]=NumberSystem.PositiveNumberToMantissa(2.4,4,16);
Print(v);
[v]=NumberSystem.MantissaToPositiveNumber(int(2,3,-1,1,2,3),16);
Print(v);
//-------------------------------------------------------------------
// result
MatchLogicFunction IsLinearFunction IsSelfAntiDualFunction IsSelfDualFunction AndXor BCD AddXorTerm ToSOP DiagramGateName Equiv NumberSystem RadixFromIndex OrAnd POS To2LayerOrAnd ToFullAnd Sequential Assign ToStateTransitionTable GetExcitationTable Simplification HuffmanMealy ShannonTree BestVariableOrder Fast SimpleCover SimpleInner StateDeviceName CreateDummyLogicFunction Zero