-
I want to change the ieee on my Sonoff Dongle P.
Choose firmware file, tick the boxes on the right side, including "write ieee".
I copy the wanted address in the box.
But when I hit "start" it chan…
-
On systems that support IEEE NaN and Infinity, it would be nice if ieee-floats could encode and decode such values.
-
Using `floats` (I know, I shouldn't) may cause false positives. Examples:
```python
>>> odd(1.0000000000000001)
True
>>> odd(1E200 + 1)
False
```
Is this behavior expected? Am I stretching …
-
IEEE Xplore offers free downloads of "Classic" titles for members. However, each book is broken up into chapters that have to be downloaded separately.
This plugin takes care of that. (All that's r…
-
http://ieeexplore.ieee.org/document/4621121/
-
http://ieeexplore.ieee.org/document/4570834/
-
http://ieeexplore.ieee.org/document/4573153/
-
IEEE 발표자료를 준비합니다.
-
Hi Robin, i`m new with Py6S. I intend to use it for teaching and i have to run it in google colab. I have followed all instructions and everything seems OK, but whwn i try to run it, it crashes and s…
-
Hi! `ieee-floats` package which you use doesn't have support for NaN and ±Infinity, and its author won't merge the PR (https://github.com/marijnh/ieee-floats/pull/16). I am thinking to use `nibbles` a…