Skip to content

Commit b6f6ba1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
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.
33

44
**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)
5+
**Zenodo:** [![DOI](https://zenodo.org/badge/1104673032.svg)](https://doi.org/10.5281/zenodo.17735748)

0 commit comments

Comments
 (0)