Top "Calculator" questions

Questions about calculators, or calculator programming.

How to calculate a Mod b in Casio fx-991ES calculator

Does anyone know how to calculate a Mod b in Casio fx-991ES Calculator. Thanks

calculator
Basic calculator in Java

I'm trying to create a basic calculator in Java. I'm quite new to programming so I'm trying to get used …

java calculator
Simple PHP calculator

I'm creating a basic PHP calculator that lets you enter two values and chose your operator then displays the answer. …

php calculator
How get total sum from input box values using Javascript?

I am not perfect in Javascript.. I want to show total sum of values entered in qty input boxes in …

javascript sum calculator
How can I solve equations in Python?

Let's say I have an equation: 2x + 6 = 12 With algebra we can see that x = 3. How can I make a program …

python calculator equation
"Unorderable types: int() < str()"

I'm trying to make a retirement calculator right now on Python. There's nothing wrong with the syntax but when I …

python calculator
Accurate calculation of CPU usage given in percentage in Linux?

It's a question which has been asked many times, however there is no well supported answer I could find. Many …

linux linux-kernel cpu calculator cpu-usage
Is there a calculator with LaTeX-syntax?

When I write math in LaTeX I often need to perform simple arithmetic on numbers in my LaTeX source, like 515.1544 + 454 = ???. …

latex math calculator
Best calculator software to help programmers

As a embedded systems programmer I always need to make lots of base conversions (dec to hex, hex to bin …

calculator
Calculating mortgage interest in Python

I am currently learning python through a video tutorial on youtube, and have come up against a formula I cannot …

python python-3.x formula calculator