Add count leading zeros module (should probably go somewhere else)
authorMichael Nolan <mtnolan2640@gmail.com>
Mon, 4 May 2020 18:54:26 +0000 (14:54 -0400)
committerMichael Nolan <mtnolan2640@gmail.com>
Mon, 4 May 2020 18:55:10 +0000 (14:55 -0400)
commit7b1caba72659d9b13a802e5edbf035a707cf3741
tree4bad62df2f0e3616709fa385a60e1955e9f507fe
parent86c586660a4e90927c16bf166e4f1829760c985e
Add count leading zeros module (should probably go somewhere else)
src/ieee754/cordic/clz.py [new file with mode: 0644]
src/ieee754/cordic/test/test_clz.py [new file with mode: 0644]