From 7ca25f093ea9658a048cbd70e7913dff1dc37615 Mon Sep 17 00:00:00 2001 From: TG Date: Fri, 21 Feb 2025 05:44:54 +0100 Subject: [PATCH] Update README.md added info --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2f0c88..4a69677 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # rational_root_theorem -A simple script to obtain roots of polynomials \ No newline at end of file +A simple script to obtain real roots of polynomials using the reational root theorem. The input is only the coefficients of each term in the polynomial. The output is a list of real solutions equal or less than the degree of the polynomial. + +Laguage is Spanish. \ No newline at end of file