ucb-bar / berkeley-hardfloat

Other
287 stars 87 forks source link

Added detailed algorithm used for sqrt #27

Closed vmurali closed 5 years ago

vmurali commented 5 years ago

I have added the entire algorithm used to compute square root as given by the Scala code. This is just documentation for others to understand how floating-point square root is implemented here, and a general algorithm to implement floating-point square root.