jessealama / decimal128

JavaScript userland partial implementation of IEEE 754 Decimal128 decimal floating-point arithmetic
BSD 2-Clause "Simplified" License
19 stars 8 forks source link

Implement square root #38

Closed jessealama closed 1 year ago

jessealama commented 1 year ago

Follows the algorithm at https://en.wikipedia.org/wiki/Methods_of_computing_square_roots#Decimal_(base_10) .