Re: Using "import math".

2015-06-06 Thread Chris Warrick
On 7 Jun 2015 00:06, "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. > > > -- > https://mail.python.org/mailman/

Re: Using "import math".

2015-06-06 Thread Cameron Simpson
On 06Jun2015 15: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. Please post a tiny but complete example piece of c

Re: Using "import math".

2015-06-06 Thread MRAB
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 erro

Using "import math".

2015-06-06 Thread Steve Burrus
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. -- https://mail.python.org/mailman/listinfo/python-list