X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 195.154.70.45 Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!proxad.net!feeder1-2.proxad.net!nntpfeed.proxad.net!news.redatomik.org!newsfeed.xs4all.nl!newsfeed3a.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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'fails.': 0.09; 'python': 0.11; 'from:addr:mrabarnett.plus.com': 0.16; 'from:addr:python': 0.16; 'from:name:mrab': 0.16; 'message-id:@mrabarnett.plus.com': 0.16; 'received:192.168.1.4': 0.16; 'subject:".': 0.16; 'subject:import': 0.16; 'thanx': 0.16; 'wrote:': 0.16; 'steve': 0.18; 'trying': 0.22; 'help.': 0.23; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'error': 0.27; 'to:addr:python-list': 0.35; 'but': 0.36; 'subject:: ': 0.37; 'doing': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'some': 0.40; 'subject:Using': 0.84 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=JOrGyJ+b c=1 sm=1 tr=0 a=0nF1XD0wxitMEM03M9B4ZQ==:117 a=0nF1XD0wxitMEM03M9B4ZQ==:17 a=0Bzu9jTXAAAA:8 a=QrohdLjRRo4A:10 a=IkcTkHD0fZMA:10 a=EBOSESyhAAAA:8 a=-YrdOnvF42k6Xi68cp4A:9 a=QEXdDO2ut3YA:10 a=z8CXTY07LFcA:10 a=7fXSE49uAqYA:10 a=Em8wk4foD-kA:10 X-AUTH: mrabarnett@:2500 Date: Sat, 06 Jun 2015 23:35:42 +0100 From: MRAB User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Using "import math". References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1433630152 news.xs4all.nl 2821 [2001:888:2000:d::a6]:56585 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:92193 On 2015-06-06 23:03, Steve Burrus wrote: > I need some help/assistance with using the python "import math" function. Like I am trying to do a = math.sqrt(1000) > a.sqrt > but it fails. what am I doing wrong? Thanx for anyone's help. > In what way does it fail? If it printed an error message, copy and paste it in its entirety.