squareroot
There are 19 repositories under squareroot topic.
kvn13github/0x5F3759DF-in-Python3-FastInverseSquareRoot
The magic number 0x5F3759DF in Python3 Fast Inverse SquareRoot
byhill/ModularSquareRoots.jl
Modular square roots in Julia
pub-calculator-io/square-root-calculator
Free WordPress Plugin: Square root calculator finds square roots of positive and negative numbers, identifies the principal root, and determines if the number is a perfect square. www.calculator.io/square-root-calculator/
BaseMax/SquareRoot
Own function to calc the square root of a number.
sebastienrousseau/cmn
A Rust library for accessing a collection of mathematical and cryptographic constants 🦀
m-aleksei/pascal-programs
numerical methods on Pascal
fefong/java_calculator
Example Application: calculator
FrancescoPaoloL/BinarySearchDemo
This Python script demonstrates the versatile application of binary search in various scenarios
james-11t/Puzzle-game-in-pygame
All the things relevant to the puzzle game: code and also files that need to be downloaded for it to be accessible
PoCc001/Open-Roots
Open-Source implementation of roots (2nd, 3rd etc.) for Java, C/C++ (double/float datatype) and x86-64 Assembly (SSE4.1/AVX2)
pulo0/sqrt-root-js
Simple code in JavaScript to calculate square root of a number using Heron's algorithm
Uz1i/slowRoot
A super slow algorithm to find out the square root of any number
AWass04/Mini-Application-2
A menu system I have created to display my skills in C++ which allows the user too: answer random simple math problems, find the square root of a number with up to 6 decimals of accuracy, encrypt text (Caesar cipher) and decrypt text (Caesar cipher).
extratone/squares
Python-based command-line application that finds the two closest square numbers to a given input number.
Keller-Michael/integer_square_root_redux
📖 different ways for integer square root redux in ABAP
luismendes070/squareRoot
Newton method and Secant method Square root Java implementation
sadiqsonalkar/java-basic-program
Basic program of java
suryaspandey/Simple-Calculator-Using-Javascript
Basic Calculator designed using javascript having functionalities such as power and square root of a number apart from basic functionalities.