Search code examples
Is it still worth using the Quake fast inverse square root algorithm nowadays on x86-64?...


algorithmoptimizationx86-64micro-optimizationsqrt

Read More
I implemented my own square root function in c++ to get precision upto 9 points but it's not wor...


c++floating-pointprecisionsqrt

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


c++mathlogarithmmicro-optimizationsqrt

Read More
I have 2 problems with sqrt I solved the first one how can I solve it the second one like the first ...


c#mathsqrt

Read More
How should I model log or sqrt with GEKKO? Constraints...


pythonnumpyoptimizationsqrtgekko

Read More
Python squaring a square rooted number gives a different result although it should be the original n...


pythonrsaprimessqrt

Read More
How do I calculate square root in Python?...


pythonmathsqrt

Read More
Does ARM frsqrts need to be used with extra fmul instructions for a Newton iteration?...


assemblyarmnewtons-methodsqrtsquare-root

Read More
Check if a number is a perfect square in C...


cvisual-studiocompiler-errorssqrtmath.h

Read More
Does sqrt(float) have a standard return type?...


c++sqrtcmathc-standard-library

Read More
np.sqrt with integers and where condition returns wrong results...


pythonnumpysqrt

Read More
Trying to get square root in SML?...


smlsmlnjlow-levelsqrt

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


pythonmathsquare-rootsqrt

Read More
Integer square root in python...


pythonmathintegersqrt

Read More
Why does Python give the "wrong" answer for square root? What is integer division in Pytho...


pythonmathpython-2.xsqrt

Read More
Why does math.sqrt result in ValueError: math domain error?...


pythonmathdnssqrt

Read More
Programmatically solving Sam Loyd's Battle of Hastings puzzle - performance issues with BigInt...


javascriptoptimizationintegerbigintsqrt

Read More
sympy substitution of occurences satisfying a given pattern...


sympysubstitutionsqrt

Read More
What is wrong of my solution for the Leetcode puzzle Sqrt(x)?...


javasqrt

Read More
Can cmath.sqrt be applied to a NumPy array?...


pythonarraysnumpysqrtpython-cmath

Read More
check if number string contains decimal?...


javascriptregexmathdecimalsqrt

Read More
Specific right-angled Triangles are not being recognized as right-angled in Cpp...


c++sqrtcmathpythagorean

Read More
find as many digits of the square root of 2 as possible...


c++sqrt

Read More
How do you leave roots in surd form in c#?...


c#algebrasqrt

Read More
Why is this handmade square root function in Swift not returning the value, but throws the error?...


iosswiftfunctionsqrt

Read More
Why This Code Not Executing After enter the value?...


cprintfscanfsqrt

Read More
'sqrt' is not a member of 'std'...


c++mathstdsqrt

Read More
Where are the inaccuracies in math.sqrt() and math.pow() coming from for large numbers?...


pythonpowsqrt

Read More
Optimizing Fixed-Point Sqrt...


c++algorithmperformancefixed-pointsqrt

Read More
Introduce two strings in a "for" loop...


rloopsfor-loopmatrixsqrt

Read More
BackNext