diff --git a/Calculator/Pratik1968/index.html b/Calculator/Pratik1968/index.html
index 5f4df68aa..84edf2fe6 100644
--- a/Calculator/Pratik1968/index.html
+++ b/Calculator/Pratik1968/index.html
@@ -17,7 +17,9 @@
power:"7",
clear:"8",
backspace:"9",
- decimal:"."
+ decimal:".",
+ sqrt:"10",
+ negate:"11"
}
@@ -30,6 +32,7 @@
+
@@ -45,6 +48,7 @@
+