Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in square-root

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

What's the efficient algorithm to find the Integer square root of a very large number, digit by digit?

How to Calculate the Square Root of a Float in C#

c# math square-root

Difference between **(1/2), math.sqrt and cmath.sqrt?

python math square-root sqrt

sqrt of uint64_t vs. int64_t

Fast inverse square of double in C/C++

Why is square root such a slow operation?

Why is my call of the CUDA math library sqrt() function failing?

c++ c math cuda square-root

Generating continued fractions for square roots

c++ math square-root

How to improve fixed point square-root for small values

Given r^2, is there an efficient way to compute r^3?

Binary Search to Compute Square root (Java)