You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #1051, we have implemented an initial implementation of square root using log2 and pow2. Instead we would you to implement the algorithm described in the whitepaper which is similar to Liedel’s algorithm.
The text was updated successfully, but these errors were encountered:
In #1051, we have implemented an initial implementation of square root using
log2
andpow2
. Instead we would you to implement the algorithm described in the whitepaper which is similar toLiedel’s algorithm
.The text was updated successfully, but these errors were encountered: