Skip to content

Commit 6fa15ed

Browse files
authored
Update README.md
1 parent 7de7aea commit 6fa15ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# BaseConversionAlgorithm
2+
This repository provides a C++ implementation of a direct base-to-base conversion algorithm supporting arbitrary bases from 2 to 62. The algorithm converts numbers directly from source base \(B_1\) to target base \(B_2\) without intermediate decimal conversion, maintaining exact precision for both integer and fractional parts using integer-only array-based arithmetic. **The core method can be extended to support base 2 input to any target base.** See the accompanying paper for full theoretical details and extension possibilities.
23

3-
# DOI[![DOI](https://zenodo.org/badge/1104673032.svg)](https://doi.org/10.5281/zenodo.17788749)
4-
4+
**Paper:** "Direct Base-to-Base Conversion Algorithm: Integer and Fractional Parts with Array-Based Arithmetic"
5+
**Zenodo DOI:** [10.5281/zenodo.17735748](https://doi.org/10.5281/zenodo.17735748)

0 commit comments

Comments
 (0)