Making a step by step calculator | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Making a step by step calculator

Do any of you know what coding language, would be appropriate for making a step by step calculator. A calculator that for example should be able to calculate the equilibrum between two functions, finding the roots of a equation and so on. It has to be made either on the web or just a normal program. Just like www.emathhelp.net. Any suggestions? :-)

23rd Jun 2018, 6:05 PM
Frederik Ahlqvist
Frederik Ahlqvist - avatar
5 Answers
+ 5
Frederik Ahlqvist lol. I can’t get Django to work for me either. 😂 Anyway, perhaps JavaScript would be a great language? You can combine this win HTML and CSS, and upload the files to a host with no extra libraries needed. JavaScript too, has tons of libraries, though it already can do amazing mathematical calculations. If it’s for a website, I think JavaScript is the way to go.
23rd Jun 2018, 8:08 PM
Jax
Jax - avatar
+ 5
Most languages could accomplish this. It’s really up to you. Python had many libraries. Perhaps there is something special to fit your needs there?
23rd Jun 2018, 7:20 PM
Jax
Jax - avatar
+ 3
Frederik Ahlqvist Hmm... not sure. I don’t use many libraries besides JQuery and such. Sorry about that, but good luck!
23rd Jun 2018, 8:40 PM
Jax
Jax - avatar
+ 1
What language would you recommend? I just need a simple easy language, with rich opportunities for math. I have been looking at Python partly because every guide says it’s the simplest, but setting a website up with Django is so confusing. I appreciate your advice!! :-)
23rd Jun 2018, 8:04 PM
Frederik Ahlqvist
Frederik Ahlqvist - avatar
+ 1
lmao, I gave up on it today. The language in python is actually fine, but having to make a website that works with it through Django is hard. I think I might go with JavaScript combined with HTML. That seems to be a good choice. Do you have any recommendations for libraries besides math.js? The only things I need is the opportunity to solve an equation for a variable, and being able to substitute a variable within a equation, with a value stored in another variable or value. e.g. substituting g = 5 into the equation; f(x)=10x^2+3x+10
23rd Jun 2018, 8:38 PM
Frederik Ahlqvist
Frederik Ahlqvist - avatar