Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sqrt

How to improve fixed point square-root for small values

I don't understand number conversions in Haskell

haskell sqrt

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

c++ sqrt guaranteed precision, upper/lower bound

Why is fast inverse square root so odd and slow on Java?

java math sqrt math.sqrt

Very fast approximate Logarithm (natural log) function in C++?

What's the way to determine if an Int is a perfect square in Haskell?

algorithm haskell sqrt

Using fractional exponent with bc

exponent sqrt bc

Is it possible to roll a significantly faster version of sqrt

c++ optimization sqrt

Fastest Integer Square Root in the least amount of instructions

c algorithm math sqrt

Get sqrt from Int in Haskell

haskell types sqrt

Comparing two values in the form (a + sqrt(b)) as fast as possible?

Integer square root in python

python math integer sqrt

Is it possible to write Quake's fast InvSqrt() function in Rust?

How do I calculate square root in Python?

python math python-2.x sqrt