Re: [Numpy-discussion] float conversion

2011-01-16 Thread Christian K.
Am 16.01.11 09:24, schrieb Alex Ter-Sarkissov: > hi every1, > > I got the following issue: I wrote a function that converts binary > strings into a decimal value (binary expansion). When I write > > type(x) > > to find out the type of the value I get NoneType. Therefore I can't Your function most

[Numpy-discussion] float conversion

2011-01-16 Thread Alex Ter-Sarkissov
hi every1, I got the following issue: I wrote a function that converts binary strings into a decimal value (binary expansion). When I write type(x) to find out the type of the value I get NoneType. Therefore I can't convert it into anything else, such as float numbers, since command float(x) ret