Hi all.
I've got a really weird problem. I've just bought new computer and reinstalled Windows, Delphi and a bunch of other things. While playing with my Delphi I encountered a strange behaviour...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20228067.html
i'm writing a series of functions to do math with big numbers. i've written functions for multiplication and addition, but the subtraction and division are a little more difficult.
by big numbe...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20478318.html
Zones:
C++Date Answered: 02/24/2003 Grade: A Views: 0
Thats my code.. I know it writes to the files because I opened
the files and the correct answers are in there. All I would like to know is why it is giving me a coredump!
I know something is inco...
http://www.experts-exchange.com/Programming/Languages/C/Q_20578931.html
Zones:
CDate Answered: 01/19/2004 Grade: A Views: 0
Hi experts,
I have a XML document with some mathematical symbols particularly division symbol. By pressing Alt and 0247 of num pad keys we get "÷" symbol. I have this symbol in my XML file by st...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
I have the following query which currently gives a Division by Zero error. Any idea as to why the CASE statement does not catch it?
SELECT dbo.vw_OrderHistory_1m.ProductID,
CASE
WHEN...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21113882.html
Experts,
I have a field (A1) which needs be divided by another field. However, the field which A1 will be divided by is based on A1's value.
I need to know how to divide A1 by:
C1 if A1 i...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
Zones:
MS ExcelDate Answered: 11/09/2004 Grade: A Views: 0
hi,
Please assist how come when we run "select 99/84734" it returns 8.261146...e-4
But when I use MSExcel to compute it comes up with 0.00117 how can we correct this bug?
Thanks!
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21927212.html
Zones:
Visual BasicDate Answered: 07/21/2006 Grade: A Views: 0
Im doing a calculation.
If the user enters a number and it is divisable by 4 then it will display
System.out.print("True");
if not
System.out.print("False");
http://www.experts-exchange.com/Programming/Languages/Java/Q_22061351.html
Zones:
JavaDate Answered: 11/15/2006 Grade: A Views: 0
Hello Experts,
I want to perform a simple calculation but I am not getting the accurate results .
long a = 380835764;
long b = 458083024;
double c = (a / b) ;
The value that getting prin...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_22484748.html
What is the least number that is divisible by 2, 3, 5, and 10?
I believe the answer is 30. Why isn't it 0? Zero divided by 2 is gives a remainder of 0.
Thanks.
http://www.experts-exchange.com/Other/Math_Science/Q_22980619.html