How do you extract the root in App Inventor?
Hello,
I'm currently programming a calculator with App Inventor (the Python program for the APK didn't work). Unfortunately, the "√" symbol doesn't work as a square root when I press "="…
I've heard of "sqrt()," but I have to put parentheses after the number I want to take the square root of. If a user doesn't know that, they can't take the square root.
Does anyone know how I can extract the square root using a different symbol?
Looking forward to your answers, Alex.
Your new code makes it easier to understand.
My idea for it:
I worked with AppInventor years ago before I started with real app development. At that time everything was still in English. Was really surprised at the screenshots in German ^^
Thank you for your answer, I’m going to look, I wanted to deal with this once in a while, as I have to change all the operator functions again on your first solution proposal…
I also worked with Python myself, but unfortunately I couldn’t convert my program into an APK, and since I wanted to save more years of search work, I changed to the App Inventor.
In the App inventor there are also many languages.
How do you have to change them?
And well, still my option 2 remains
Python is also not really a language for which such behavior is intended. There are usually frying solutions to create something like this, but usually other languages are used for it. I myself am a fan of C#, because it can be anything but simple and yet so powerful.
Interesting, but a few years too late, haha. I still find more interesting 🙂
Here is my “code” once communicable with the renamed things: