Xref: utzoo comp.lang.c:39923 sci.math:17933 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!csn!boulder!spot.Colorado.EDU!hartkopf From: hartkopf@spot.Colorado.EDU (Jeff Hartkopf) Newsgroups: comp.lang.c,sci.math Subject: Source code for base conversions? Keywords: base conversions, C, source code Message-ID: <1991Jun8.043946.20471@colorado.edu> Date: 8 Jun 91 04:39:46 GMT Sender: news@colorado.edu (The Daily Planet) Organization: University of Colorado, Boulder Lines: 16 Nntp-Posting-Host: spot.colorado.edu Does anyone have or know where I could get some C (or, if not, Pascal) source code for doing base conversions on character string representations of floating point numbers? I know the standard C libraries can do some of this, but only on integers, and I need to be able to handle any floating point number. Decimal <--> hexadecimal conversions would be enough, but it would be nice if the code was generic enough to support conversions from/to any base. Thanks a lot for any help. Jeff Hartkopf University of Colorado at Boulder Internet: hartkopf@spot.colorado.edu