Quadratic equation – part II

In the previous post we created a simple program to solve a quadratic equation. We used the well known method from school: In this post we will make our program more professional and add some advanced features. Currently, it is fine for personal use, but if we want to give it to other users, weContinue reading “Quadratic equation – part II”

My first program – quadratic equation

Lets write our first program with Calcpad. Most programming languages usually start with “Hello world!”, but for Calcpad, there is nothing much to do, except to write the text in quotes: Then press Enter and the text will appear in the output. So, let’s do something more useful and solve a real problem. The quadraticContinue reading “My first program – quadratic equation”