Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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)

Calculate Nth root with integer arithmetic

Numpy - square root of -1 leaves a small real part

How do I compute the square root of a number without using builtins? [duplicate]

Why do most programming languages only give one answer to square root of 4?

IEEE double such that sqrt(x*x) ≠ x

How to implement the "fast inverse square root" in Java?

Does a range of integers contain at least one perfect square?

Shortest way to check perfect Square? [duplicate]

c# square-root

How does the computer calculate Square roots? [closed]