Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 401 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 401 Bytes

Build Status

GROOT

GROOT is a Rest API that approximates the root of a function using various algorithms.

Features

Algorithms

  • Bisection
  • Newton-Raphson
  • Regula falsi
  • Secant

Operators

  • +
  • -
  • *
  • /
  • % (mod)
  • ^ (power)

Functions

  • cos
  • sin
  • tan
  • max
  • min
  • log
  • abs