add WIP goldschmidt division algorithm
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 22 Apr 2022 07:58:17 +0000 (00:58 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 22 Apr 2022 07:58:17 +0000 (00:58 -0700)
commitcc2c51cf2cd7b22f7d18871fbfb73e0b7707d91a
tree43ac7d2ca45953bb0bc8362ab11909a53be6214f
parentebd50443924d611f6492fb065ff7efd70f3c830a
add WIP goldschmidt division algorithm
src/soc/fu/div/experiment/__init__.py [new file with mode: 0644]
src/soc/fu/div/experiment/goldschmidt_div_sqrt.py [new file with mode: 0644]
src/soc/fu/div/experiment/test/__test__.py [new file with mode: 0644]
src/soc/fu/div/experiment/test/test_goldschmidt_div_sqrt.py [new file with mode: 0644]