sqrt
There are 55 repositories under sqrt topic.
symba
Symbolic computations
square_root_of_2
Square root of 2(10m and 1bilion digits ) [without ceiling last digit]
Square-root-DC
Calculating Square root with divide and conquer method
sqrt
Performance tests of the integer square root algorithms.
sqrt
The babylonian algorithm to evaluate square roots
squareRoot
Newton method and Secant method Square root Java implementation
JS-Loop-And-Math-method
JS Loop and Math function
egypt
egyptian fractions with small denominators
U1-Hoja-3-EJERCICIO-4
función POW y sqrt del método MATH de JAVA para polinomios y coeficiente
Java-Numbers-From-Numbers-OOP
Java CLI program that takes 1 input and returns input * Pi & sqare root of input. Uses encapsulation. OOP methods used.
computorv1
A program solving polynomial equations, coded in Python
nthRoot
Calculate the nth root using Newton's method.
sqrt-ninja
Approximate square roots to 1000 decimal places.
Open-Roots
Open-Source implementation of roots (2nd, 3rd etc.) for Java, C/C++ (double/float datatype) and x86-64 Assembly (SSE4.1/AVX2)
lean-sqrt2-irrational
A formal proof of the irrationality of sqrt(2) written in lean
MathEngine
MathEngine is a mathematical expressions evaluator in c#.
JondeaUtils.jl
A set of simple utilities I use often
SQL-FUNCTIONS
SQL functions are built into Oracle and are available for use in various appropriate SQL statements. You can also create your own function using PL/SQL.
LispInterpreter
Developed Lisp Interpreter in Java as a course project of Principle of Programming Language. Implemented Addition, Subtraction, Multiplication, Division, Definition, Assignment, Variable reference, Constant literal, Conditional, Quotation, Procedure, Procedure Call, Pre-defined Procedures, and Dynamic Scoping.