Implementations of integer root algorithms.
JavaScript Go HTML
Switch branches/tags
Nothing to show
Permalink
Failed to load latest commit information.
go Write language-specific README files Jan 31, 2016
js Write language-specific README files Jan 31, 2016
LICENSE Add LICENSE file Jan 23, 2016
README Write language-specific README files Jan 31, 2016

README

This repository contains Go and Javascript implementations of integer
root algorithms. See the README files in those directories for
details, and see https://www.akalin.com/computing-isqrt and
https://www.akalin.com/computing-iroot for analyses.