Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.052 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'subject:Python': 0.06; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:Was': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'mathematical': 0.24; 'mon,': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'function': 0.29; 'message-id:@mail.gmail.com': 0.30; 'subject: (': 0.35; 'received:google.com': 0.35; 'accuracy': 0.36; 'functions.': 0.36; 'pm,': 0.38; 'that,': 0.38; '12,': 0.39; 'first': 0.61; 'subject:The': 0.64; 'subject:have': 0.80; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=/AL0Rqp9M08S/gpPnAB0/3Rv3Phx7uV951RZx4agKKw=; b=TBDPCLXNLuYv0i76PkCvQeD8uvFC3JBrhX1bmBzJ+/1wAffq0VTN0PpE9Om5G8351y ePlTvR5C2jvaQSRv1QOclQbI0pYh/I2Ermt1lsfT1hrnGt7p2SzXZ8EMrBJG+oTxtJXS ohiILu3hUo2Au9900eVuPeVUF+lsrjbCzljGnV1tP1+eV2TPhcw6GbtWJy5i26PpvMHR 1gI9S1p20RT6Y5flEZRyg0PpB55tZilBlb7I1Nm+WbtDSyytKyMWw/ZGwzjjPlLpCgZg oCsOBOfvc2HVlxcLTL7RG122cuPehLfhYRl2cwr6ubGH3pSuZMWVoRDmfO8FC/bHAhUX uJpQ== MIME-Version: 1.0 X-Received: by 10.58.216.34 with SMTP id on2mr20889832vec.22.1399870397278; Sun, 11 May 2014 21:53:17 -0700 (PDT) In-Reply-To: References: <87tx91warf.fsf@elektro.pacujo.net> <85eh05cdjx.fsf@benfinney.id.au> <87ha50hagu.fsf@elektro.pacujo.net> <536b8411$0$29965$c3e8da3$5496439d@news.astraweb.com> <536b9308$0$29965$c3e8da3$5496439d@news.astraweb.com> <536bab23$0$29965$c3e8da3$5496439d@news.astraweb.com> <87mweotfe5.fsf@dpt-info.u-strasbg.fr> Date: Mon, 12 May 2014 14:53:17 +1000 Subject: Re: Fortran (Was: The "does Python have variables?" debate) From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1399870405 news.xs4all.nl 2901 [2001:888:2000:d::a6]:42782 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71369 On Mon, May 12, 2014 at 2:26 PM, Mark H Harris wrote: > Having said that, the accuracy was not my point; in the first place. My > point is that the sin() function is built-in... So what? Built-in just means that there's no namespacing of mathematical functions. ChrisA