/

Nematrian Reference Library

[this page | back links]

Set out below is information (held by the Nematrian website) on the reference you have selected


ReferenceTitleLink
Yee, A. (2014)Algorithms - Radix Conversionhere

Summary

"For bignum libraries that use a binary representation, there are generally two types of conversions:

- Radix -> Binary

- Binary -> Radix

Radix-to-Binary is needed for converting string input to internal representation. Binary-to-Radix converts internal representation to readable strings. Radix-to-Binary is faster and easier to implement. Since y-cruncher only outputs digits, it only has Binary-to-Radix conversion. Nevertheless, this article will cover both directions. This article is written assuming that the bignum arithmetic is done in binary. But the methods are not specific to binary and are generalizable to other bases"


See here to choose a new Category/Sub-Category or here for a list of all references held by the Nematrian website. Please contact us if any of the above material is inaccurate or if there are references you think should be included that we have excluded or vice-versa.
Desktop view | Switch to Mobile