sqrt

There are 55 repositories under sqrt topic.

  • symba

    Symbolic computations

    Language:Python1
  • 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

    Language:Java
  • sqrt

    Performance tests of the integer square root algorithms.

    Language:C
  • sqrt

    The babylonian algorithm to evaluate square roots

    Language:Python
  • squareRoot

    Newton method and Secant method Square root Java implementation

    Language:Java
  • JS-Loop-And-Math-method

    JS Loop and Math function

    Language:JavaScript
  • egypt

    egyptian fractions with small denominators

    Language:Rust
  • U1-Hoja-3-EJERCICIO-4

    función POW y sqrt del método MATH de JAVA para polinomios y coeficiente

    Language:Java
  • 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.

    Language:Java
  • computorv1

    A program solving polynomial equations, coded in Python

    Language:Python
  • nthRoot

    Calculate the nth root using Newton's method.

    Language:C
  • sqrt-ninja

    Approximate square roots to 1000 decimal places.

    Language:SCSS
  • Open-Roots

    Open-Source implementation of roots (2nd, 3rd etc.) for Java, C/C++ (double/float datatype) and x86-64 Assembly (SSE4.1/AVX2)

    Language:C
  • lean-sqrt2-irrational

    A formal proof of the irrationality of sqrt(2) written in lean

    Language:Lean
  • MathEngine

    MathEngine is a mathematical expressions evaluator in c#.

    Language:C#
  • JondeaUtils.jl

    A set of simple utilities I use often

    Language:Julia
  • 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.

    Language:Java