Advertisement

1 - 10 of 46 containing alltags:("mathematics") (0 seconds)
Does anyone have some code (or an algorithm) for evaluating a mathematical expression, e.g. say I have this string... "(1 + 2) * 4 / (2 - 5)" I want to be able to parse and evaluate it to t...
Zones: C++Date Answered: 05/16/2001 Grade: A Views: 4
Consider this       x =  9.9999..... 10x = 99.9999.....   9x = 90     x = 10 How is it possible ?
Zones: Puzzles / RiddlesDate Answered: 03/07/2005 Grade: A Views: 0
Given a Unit cost in a textbox value .11111111   (txtUnitCost.text = ".11111111") Given a Quantity in a textbox value 100             (txtQuant.text = "100") I would like the result to read $11.1...
Zones: MS Visual BasicDate Answered: 05/04/2006 Grade: A Views: 0
The surface area of a balloon for the parade is increasing at a constant rate of 10.8 square yards per second. find the rate of change of the volume of the balloon when the diameter of the balloon ...
Zones: Math & ScienceDate Answered: 06/10/2008 Grade: A Views: 0
I have two problems that i need help with! I'm trying to study for an exam and cannot figure out these review problems first problem: The group S3 (+) Z2 is isomorphic to one of the following g...
Zones: Math & ScienceDate Answered: 10/29/2008 Grade: B Views: 80
I am trying to type up some equations within Word 97 and I cannot seem to find a way to type a character with a bar over it.  X¯ but with the ¯ directly over the x not next to it.  Is there a way t...
Zones: Ms Office SuiteDate Answered: 12/09/1999 Grade: A Views: 0
I love programming very much and some friends tell me Mathematics is very important for programming. Yeah, i know Maths is important , those + , - , *, / etc are everywhere when I program , but,...
Zones: C++Date Answered: 02/02/2002 Grade: A Views: 0
I've been tasked to write a program that looks through some data and performs a simple mathematical calculation.  I've hit what I consider an almost paradoxical dilemma and I was hoping someone her...
Zones: Math & ScienceDate Answered: 01/28/2003 Grade: A Views: 4
How to get the exact value for mathematical expression in select clause? Ex: select 6/4 --I need to get the exact value as 1.25 not 1(which is truncated in this scenario)
Zones: MS SQL ServerDate Answered: 10/16/2003 Grade: B Views: 0
Hi All, I  have a situation where i need to parse the mathematical formulae such as "3+4", "150/23" ,"300X435" and so on just guide me to do this I am new to programming
Zones: JavaDate Answered: 11/18/2003 Grade: A Views: 0