sqrt
There are 55 repositories under sqrt topic.
tsoding/dumb-sqrt
Dumb Sqrt Algorithm Visualization
stgatilov/recip_rsqrt_benchmark
Benchmark of vectorized implementations of (1/x) and (1/sqrt(x))
stdlib-js/math-base-special-fast-uint32-sqrt
Compute an integer square root.
GregEakin/FastSqurt
Fast Inverse Square Root — A Quake III Algorithm
jonvaudio/simd_granodi_math
Some Cephes math library functions re-written to use SIMD granodi
MeiFagundes/Sqrt8086
SquareRoot calculator algorithm with decimal precision support for Intel 8086 Architecture written in Assembly 8086.
stdlib-js/constants-float64-ln-sqrt-two-pi
Natural logarithm of the square root of 2π.
stdlib-js/constants-float64-sqrt-half
Square root of 1/2.
stdlib-js/constants-float64-sqrt-half-pi
Square root of 0.5π.
stdlib-js/constants-float64-sqrt-pi
Square root of π.
stdlib-js/constants-float64-sqrt-two
Square root of 2.
stdlib-js/math-base-special-rsqrt
Compute the reciprocal square root of a double-precision floating-point number.
stdlib-js/math-base-special-sqrt
Compute the principal square root of a double-precision floating-point number.
stdlib-js/math-iter-special-rsqrt
Create an iterator which computes the reciprocal (inverse) square root of each iterated value.
stdlib-js/math-iter-special-sqrt
Create an iterator which computes the principal square root of each iterated value.
stdlib-js/math-iter-special-sqrt1pm1
Create an iterator which computes `sqrt(1+x) - 1` for each iterated value.
stdlib-js/math-strided-special-dmsksqrt
Compute the principal square root for each element in a double-precision floating-point strided array according to a strided mask array.
stdlib-js/math-strided-special-dsqrt
Compute the principal square root for each element in a double-precision floating-point strided array.
stdlib-js/math-strided-special-rsqrt
Compute the reciprocal square root for each element in a strided array.
stdlib-js/math-strided-special-smskrsqrt
Compute the reciprocal square root for each element in a single-precision floating-point strided array according to a strided mask array.
stdlib-js/math-strided-special-smsksqrt
Compute the principal square root for each element in a single-precision floating-point strided array according to a strided mask array.
stdlib-js/math-strided-special-srsqrt
Compute the reciprocal square root for each element in a single-precision floating-point strided array.
stdlib-js/math-strided-special-ssqrt
Compute the principal square root for each element in a single-precision floating-point strided array.
giocip/sqrt
Square root any precision
rajaputramedia/function-sqrt
Operator akar kuadrat PHP
red-sayed/Fast-sqrt
📝 Implementation of inverse square root.
stdlib-js/constants-float64-sqrt-three
Square root of 3.
stdlib-js/constants-float64-sqrt-two-pi
Square root of 2π.
stdlib-js/math-base-special-rsqrtf
Compute the reciprocal square root of a single-precision floating-point number.
stdlib-js/math-base-special-sqrt1pm1
Compute sqrt(1 + x) - 1.
stdlib-js/math-strided-special-dmskrsqrt
Compute the reciprocal square root for each element in a double-precision floating-point strided array according to a strided mask array.
stdlib-js/math-strided-special-drsqrt
Compute the reciprocal square root for each element in a double-precision floating-point strided array.
stdlib-js/math-strided-special-sqrt
Compute the principal square root of each element in a strided array.
stdlib-js/math-strided-special-sqrt-by
Compute the principal square root for each element retrieved from an input strided array via a callback function.
Tgentil/raizes
Uma calculadora bem simples de raiz quadrada, onde o usuário pode inserir um número e calcular a sua raiz quadrada.