4.3BSD/usr/contrib/icon/man/man2/radcon.2

.so tmac.ilib
.TH RADCON 2 "The University of Arizona \- 5/30/83"
.SH NAME
radcon \- radix conversion procedures
.SH DESCRIPTION
These procedures convert numbers from one radix to another. The letters
from \*Ma\fR to \*Mz\fR are used for `digits' greater than 9. All the
conversion procedures fail if the conversion cannot be made.
.SH SYNOPSIS
.nf
.ta 1.5i
\*Mexbase10(i,\*bj)\fR	convert base-10 integer \*Mi\fR to base \*Mj\fR
\*Minbase10(s,\*bi)\fR	convert base-\*Mi\fR integer \*Ms\fR to base 10.
\*Mradcon(s,\*bi,\*bj)\fR	convert base-\*Mi\fR integer \*Ms\fR to base \*Mj\fR.
.SH LIMITATION
The maximum base allowed is 36.
.SH SEE ALSO
.Ib
pp. 67, 286.
.SH AUTHOR
Ralph E. Griswold