Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in square-root

JavaScript - Improving algorithm for finding square roots of perfect squares without Math.sqrt

Estimating the square root

perfect square algorithm - explanation for the implementation

Something really weird with C++ exp() function

c++ square-root exp

Algorithm to find the largest square number smaller than n

How does this sqrt approximation inline assembly function work?

square root algorithm C++

c++ algorithm oop square-root

An efficient algorithm to calculate the integer square root (isqrt) of arbitrarily large integers

What is the fastest way to find integer square root using bit shifts?

fast integer square root approximation

c square-root

Integer ceil(sqrt(x))

math integer square-root

Distance between two points without using the square root

c distance points square-root

Infinite Recursion in Meta Integer Square Root

Nth root of BigInteger

How to properly use "iterate" and "partial" in Clojure?

Square root function in Forth using x86 Assembly?

assembly forth square-root

Simplify square roots algebraically

c++ c algorithm square-root

Easiest way to find Square Root in Swift?

swift math square-root

Is there a short-hand for nth root of x, in Python?