Take integer, represent in binary, then think of and return that representation in base 4
Not designed, or really useful, for casual user use!
For example: take the integer 5. In binary this is 101. Then, this representation in base 4 is 16+1 =17.
This function is used by accessD.wpst
to help it access
coefficients.
c2to4(index)
index |
The integer you wish to convert |
Description says all
The converted number
G P Nason
c2to4(5)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.