Advertisement

1 - 10 of 170 containing alltags:("division") (0 seconds)
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...
Zones: Delphi ProgrammingDate Answered: 11/27/2001 Grade: A Views: 0
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...
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...
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...
Zones: Macromedia FlashDate Answered: 11/10/2003 Grade: A Views: 4
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...
Zones: MS SQL ServerDate Answered: 08/31/2004 Grade: B Views: 0
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...
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!
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");
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...
Zones: C++, C, MS Visual C++Date Answered: 03/31/2007 Grade: A Views: 0
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.
Zones: Math & ScienceDate Answered: 11/25/2007 Grade: A Views: 0