Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Christopher Reimer Newsgroups: comp.lang.python Subject: Re: Is signed zero always available? Date: Wed, 22 Jun 2016 15:50:59 -0700 Lines: 38 Message-ID: References: <576a925f$0$1597$c3e8da3$5496439d@news.astraweb.com> <1466606088.4117582.645299713.03DA7658@webmail.messagingengine.com> <285A7071-5102-4516-BD3E-79C291023705@icloud.com> Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de DaEcvgeAeE4Xi95wT5t95gsbxrJyGQzIG1Gu0ulzutOA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'compiler': 0.05; 'used.': 0.05; 'cc:addr:python-list': 0.09; '22,': 0.09; 'integers': 0.09; 'minus': 0.09; 'reliably': 0.09; 'zero.': 0.09; 'python': 0.10; 'wed,': 0.15; 'mathematics': 0.15; '-0.': 0.16; 'assembly,': 0.16; 'distinction': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'trap': 0.16; 'true:': 0.16; 'wrote:': 0.16; 'detect': 0.18; '>>>': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'pascal': 0.22; 'cc:no real name:2**0': 0.22; 'am,': 0.23; 'discussion': 0.24; 'signed': 0.24; 'chris': 0.26; 'supported': 0.27; 'define': 0.27; 'not.': 0.27; 'received:17': 0.27; 'that.': 0.30; 'probably': 0.31; 'int': 0.33; 'instance': 0.35; 'something': 0.35; 'there': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'being': 0.37; 'available.': 0.37; 'charset:us-ascii': 0.37; 'seem': 0.37; 'version': 0.38; 'thank': 0.38; 'represent': 0.38; 'header:MIME- version:1': 0.60; 'ever': 0.60; 'back': 0.62; 'guaranteed': 0.67; 'gotten': 0.76; 'miss': 0.77; 'subject:available': 0.79; 'college,': 0.84; 'header:In-reply-to:1': 0.84; 'subject:always': 0.84; 'volts': 0.84; 'edwards': 0.91; 'instructors': 0.93 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-06-22_12:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1015 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1510270003 definitions=main-1606220233 X-Mailer: iPhone Mail (13F69) In-reply-to: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=4d515a; t=1466635860; bh=wsqYAbTAkEXlzERw5m6xjyNV6G6sxk/3w81AvO0jumY=; h=Content-type:MIME-version:Subject:From:Date:Message-id:To; b=rA9NSsKc/rRzWEW5n6tZmaD9NFBCvZIWKmqkkdFoF4O08Vpc1QmmnrMkfVwqaLfx8 MiyaJPSnIdmvu1QVRa76gkpxMaTooMPRZ94ONhCHuhqF6GqxuGB8TvdUjxBWB3DrbW HtkQjxI7elwOIqiSa2JSbDtzrhdwfp5lObvlv7lzvMyvHC4OcDjvWMCzucf24ZYRBv G8oZ8PSJWkCMlo9QRJzHyMBOHelOUxMmok1pEw9zeAdoxwDkTucs8Au4uoh7BWKJnO Db1tcwV4atQMk0KeW+f2UTZFDxSWlzWoIkGzPd++Z0FbB271yKkSaY37Lfv8CJjy8E AwJUVweAupxdA== X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <285A7071-5102-4516-BD3E-79C291023705@icloud.com> X-Mailman-Original-References: <576a925f$0$1597$c3e8da3$5496439d@news.astraweb.com> <1466606088.4117582.645299713.03DA7658@webmail.messagingengine.com> Xref: csiph.com comp.lang.python:110346 > On Jun 22, 2016, at 7:59 AM, Grant Edwards wro= te: >=20 >> On 2016-06-22, Random832 wrote: >>> On Wed, Jun 22, 2016, at 10:19, Grant Edwards wrote: >>>=20 >>> Is that guaranteed by Python, or just a side-effect of the >>> implementation? Back in the days when Python used native C >>> integers I think the latter. >>=20 >> AIUI, native C integers have never reliably supported signed zero >> even with representations that naively seem to have it. There's no >> well-defined way to detect it - no int version of copysign, for >> instance - and implementations are free to erase the distinction on >> every load/store or define one of them to be a trap representation. >=20 > It's been almost 25 years since I used hardware that supported signed > zero integers (CDC 6600). I don't recall there being a C compiler > available. We used Pascal and assembly, though I think FORTRAN was > what most people used. I don't recall whether the Pascal > implementation exposed the existence of -0 to the user or not. When I took mathematics in college, the following was true: -1 * 0 =3D 0 I would probably have gotten rapped on the knuckles by my instructors if I a= nswered -0. Zero was zero. No plus or minus about that. No discussion of sig= ned integers ever mentioned signed zero. Did I miss something in college? Or did -0 represent zero volts on the negative rail of an op-amp in electron= ics?=20 Thank you, Chris R.=