0
votes
2answers
32 views
Real time ‘price x quantity’ calculator
Hi,
I'm using ASP.NET and a Repeater control to display my data. The data I have is in stored in a List. How would I implement a simple calculator that is affected in real time? …
4
votes
8answers
2k views
Best Programmer Calculator for iPhone
What is the best programmer's calculator application for the iPhone?
0
votes
2answers
59 views
What’s the easiest approach for a calculator keypad algorithm?
Want to code a key pad for an calculator. What I want to make is:
Keypad with keys from 0 to 9
Special keys: + - * / . =
My conceptual so far:
When a numeric key is pressed, con …
1
vote
3answers
111 views
How can I box content in LaTeX such that all boxes are on the same line and the same height?
I need to represent calculator key presses by the text for the keys to press surrounded by a box. I tried to get away with just the bare key presses (no box) but I got marked down …
0
votes
1answer
115 views
UPS freight calculator
I have managed to get a UPS Shipping calculator working in PHP. I now found out that the standard shipping from UPS is capped at 150lbs. For anything over 150lbs, I need to ship …
0
votes
2answers
83 views
android program crashing (new to platform)
So it is my first real Android program (!hello world), but i do have java experience.The program compiles fine, but on running it crashes as soon as it opens (tried debugging, but …
2
votes
5answers
466 views
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 = ???.
I usually copy-paste the LaTeX code into Google to g …
1
vote
4answers
139 views
equation string in vb .net
Hello
I'm trying to build a scientific calculator with vb .net, except it is vista glass :-p
I basically want the user to be able to enter an equation like SQRT(5 * 6) / (2 ^ 4) …
0
votes
3answers
52 views
How would I add a PHP statement to conditionally subtract?
I have a form that uses PHP to calculate a total based on the selections that the user makes. There are 13 selections total. There are two sections that I am stuck on, "Blue" and " …
13
votes
28answers
2k views
What’s your favorite programmable calculator?
The HP-32S still holds a soft spot in my heart, even though it only had 4 registers. I have fond memories of writing a nonlinear solver for finding an azeotrope curve during a The …
5
votes
11answers
1k views
Smart design of a math parser?
What is the smartest way to design a math parser? what i mean is a function that takes a math string (like: "2 + 3 / 2 + (2 * 5)") and returns the calculated value? I did write one …
1
vote
2answers
1k views
Rational number calculator
I want to make a rational number calculator, but I don't know how to neglect some characters. E.g., if the program has to calculate the expression "2/9+9/3" and the answer should b …
0
votes
5answers
1k views
floating point hex octal binary
Hi,
I am working on a calculator that allows you to perform calculations past the decimal point in octal, hexadecimal, binary, and of course decimal. I am having trouble though fin …
0
votes
5answers
928 views
First Java program (calculator) problems
I'm in the process of learning Java and my first project is a calculator, however I've run into a snag. I'm trying to get my calculator to let me enter a number then click an oper …
3
votes
4answers
458 views
Win Form Calculator: Buttons 0 - 9 Event handler to perform repetitive task
I have a win form UI that looks like a typical calculator. Naturally I do not want to rewrite the same logic for every single numeric button(0-9). I want to be able to know which b …
