Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!RICE.EDU!JIM%BROWNVM From: JIM%BROWNVM@RICE.EDU (James Mathiesen) Newsgroups: comp.lang.asm370 Subject: RE: Integer <-> string and Floating point <-> Message-ID: <8908021443.AB04123@rice.edu> Date: 2 Aug 89 14:18:41 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List Distribution: inet Organization: The Internet Lines: 9 Further discussion probably belongs on the REXX list, but -- VM/SP REXX stores all values, numeric or otherwise as character strings. Arithmetic operations are done as algorithmic operations on the strings. It isn't quick, but it is often very useful. (The more digits you want, the more CPU time it costs. But then you don't have to spend time writing fancy extended precision routines either). james