From da79a0a53f7db58da1d62dd375c2f54fdd3d582b Mon Sep 17 00:00:00 2001 From: Arun cs <87601622+aruncs31s@users.noreply.github.com> Date: Fri, 20 Jan 2023 02:06:36 +0530 Subject: [PATCH] Create maths.txt --- maths.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 maths.txt diff --git a/maths.txt b/maths.txt new file mode 100644 index 0000000..cb1cf47 --- /dev/null +++ b/maths.txt @@ -0,0 +1,20 @@ +> factor - to find factor +eg : $factor 15 + 3 + 5 + $factor + 28 + 2 + 2 + 7 + +Tip: q to quit the program + +>expr - compute the given expression + +eg : + +$expr 2 + 5 +7 +$expr 3\*3 +9