From 3480ba6e7894628992592037ad646f090e1cdda4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Rataj?= Date: Mon, 28 Aug 2023 13:14:26 +0200 Subject: [PATCH] Update README for the version 2.0 --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 92f7f7a..c0fe06c 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,16 @@ # Advanced-Division ### Divide two numbers using recurring decimals -Include code: +Use this code to include the library: - + Syntax: -advdiv(n1, n2, r, rstr1, rstr2) -* n1 – first number -* n2 – second number -* r – recurring decimals of the first number +advdiv(n1, n2, minstr, decstr, rstr1, rstr2) +* n1 – the first number as string +* n2 – the second number as string +* minstr – string representing the minus sign +* decstr – string separating the decimal digits * rstr1 – string of the recursion beginning * rstr2 – string of the recursion end