NumberSystem.RadixToIndex
Back to table
/*
Number-System
NumberSystem.RadixToIndex
[int index]=NumberSystem.RadixToIndex(string radixSymbol, int systemBase);
Get the index of a radixSymbol of a systemBase-based number system.
*/
//-------------------------------------------------------------------
// 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
IsBlankFunction IsUnateFunctionTo IsZeroFunction And Binary List BCDEx3 PureBinary StringToBinaryNumber binary bool() FeedbackSystem Get long Nor Not PermutationMatrix real Realization To2LayerNor InputVariables ToFeedbackSystem GetExcitationTable ROBDD GetSubTable CreateDummyLogicFunction SemanticEval var() Xor Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.