Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 exptools; site ihlpg.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!ihlpg!timborn From: timborn@ihlpg.UUCP (Tim Born) Newsgroups: net.lang.forth Subject: Can you implement "D/" using "/" and "U/" ??? Message-ID: <1310@ihlpg.UUCP> Date: Thu, 26-Sep-85 13:59:24 EDT Article-I.D.: ihlpg.1310 Posted: Thu Sep 26 13:59:24 1985 Date-Received: Sat, 28-Sep-85 05:44:31 EDT Distribution: net Organization: AT&T Bell Laboratories Lines: 9 A problem: Given / and U/, derive a forth version of D/. My implementation of Forth has single precision division ("/") and unsigned single precision division ("U/"), but no double precision division ("D/"). I would like to implement it in Forth, as opposed to messing w/ assembly language, but I cannot see how to do it. Can you? tim ...ihnp4!ihlpg!timborn