1/1
Help me to find reciprocal of a binary number
by yugeshjaikar on May 19, 2018 |
yugeshjaikar
Posts: 2 Joined: Mar 14, 2018 Last seen: Aug 18, 2021 |
||
how to find inverse (Reciprocal) of a binary number?
|
RE: Help me to find reciprocal of a binary number
by dgisselq on May 19, 2018 |
dgisselq
Posts: 247 Joined: Feb 20, 2015 Last seen: Oct 24, 2024 |
||
There's several ways, all dependent upon what your needs are.
|
RE: Help me to find reciprocal of a binary number
by 3gghead on Sep 3, 2018 |
3gghead
Posts: 2 Joined: Sep 1, 2018 Last seen: Sep 3, 2018 |
||
how to find inverse (Reciprocal) of a binary number?
For a binary number the 'inverse' is to simply generate its 1's Compliment (change the 1's to 0's and vice-versa). The results are not mathematically intuitive. |
1/1