Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in square-root

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]

Looking for an efficient integer square root algorithm for ARM Thumb2

embedded arm square-root

How can I find the Square Root of a Java BigInteger?

java biginteger square-root

Square root of BigDecimal in Java

java bigdecimal square-root

Writing your own square root function

How is the square root function implemented? [closed]

function math square-root

John Carmack's Unusual Fast Inverse Square Root (Quake III)