The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
38 views

Normalize vector by zero

I am working on designing a new sensor, and so I have a vector of measured values and a vector of truth values. To represent error, it's simply measured - truth. Since there's a lot of variation in ...
6
votes
4answers
138 views

How to get Python division by -0.0 and 0.0 to result in -Inf and Inf, respectively?

I have a situation where it is reasonable to have a division by 0.0 or by -0.0 where I would expect to see +Inf and -Inf, respectively, as results. It seems that Python enjoys throwing a ...
0
votes
1answer
38 views

awk log2 division/ ratio zero

I have a csv file that looks like this: ID1 ID2 AVG1 AVG2 ENSG00000207447 RNU6-2 0.101431 0.163308 ENSG00000207427 SNORA51 0.096551 0 ...
0
votes
4answers
105 views

Why exceptions have to be thrown manually?

I have tried this in PHP and C++ so my question is specifically about them only. Why do we have to throw exceptions ourself and they are not thrown automatically when an exception issue occurs. PHP ...
0
votes
3answers
64 views

Include a formula in SQL Select query

Please help me with the below issue. I need to perform a calculation while fetching data from a Table. Please help me on that. Morever I'm getting divsion by zero also. ISNULL(Round(((col4) / ...
0
votes
2answers
77 views

GAS assembly snippet divides by 0, not sure why

I have the following function, involving a snippet of i386 assembly in GAS syntax: inline int MulDivRound( int nNumber, int nNumerator, int nDenominator ) { int nRet, nMod; ...
2
votes
1answer
93 views

How can I find the smallest `Double` divisor that won't give an infinite result?

Welcome to Scala version 2.9.2 (Java HotSpot(TM) 64-Bit Server VM, Java 1.6.0_26). scala> 1.0 / Double.MinPositiveValue res0: Double = Infinity Oh. Annoying. I was hoping I could do something ...
1
vote
1answer
133 views

C: If statement not working

if (num2 != 0) printf("\nInput 3 / Input 2 (int) %12d", divide); else if (num2 == 0) printf("\nInput 3 / Input 2 (int) DIV/0"); if (flt4 != 0) printf("\nInput 2 / Input 1 (double) ...
0
votes
2answers
121 views

Why does awk produce different results for division by zero and how can I test for this?

I get six different results when dividing by zero in mawk: $ echo | awk '{print -1/0 }' ; echo $? -inf 0 $ echo | awk '{print 0/0 }' ; echo $? -nan 0 $ echo | awk '{print 1/0 }' ; echo $? inf 0 $ ...
0
votes
1answer
327 views

divide emu 8086 assembly error [duplicate]

Possible Duplicate: ASM x86 integer overflow I get a divide error- overflow and am not sure why. Here is the complete code that reproduces the error include emu8086.inc org 100h ...
-2
votes
2answers
88 views

Error Fix division by zero [closed]

This is my code. <?php preg_match_all('!\d+!', $price, $harga); $harga_skrg = implode(' ', $harga[0]); preg_match_all('!\d+!', $oldprice, $harga); $harga_lama = implode(' ', $harga[0]); $save ...
-1
votes
3answers
648 views

divisor is equal to zero

i have the following data but in query i got the zero problem in division by zero. so i want the output as given below in two forms. drop table t; create table t (id number(9), val1 number(9), val2 ...
1
vote
2answers
224 views

Python Divide By Zero Error

I have a Class in python, with the following attributes: self.number1 = 0 self.number2 = 0 self.divided = self.number1/self.number2 This of course throws up the zero error: ...
0
votes
2answers
66 views

Converting number to binary, can't fix 0/0 error

Hello I have a program that successfully converts decimal to binary. However, at the end the code divides 0 by 0 resulting in an error message at the end. Here's the code. import java.lang.*; import ...
2
votes
2answers
649 views

Divide by zero error encountered

I'm having an divide by zero error when I launch this SQL query : SELECT CONVERT(VARCHAR(11),CaptureTime,106) 'CaptureTime', Type, CASE WHEN Unit='g/L' THEN (data1* 0.02586) ELSE ...
1
vote
1answer
162 views

Undefined division in CUDA kernel - Any ideas?

While writing a CUDA kernel just now, I had occasion to test the result of the following code: unsigned char temp1 = 0x00; unsigned char temp2 = 0x00; unsigned char temp3 = temp1/temp2; ...
2
votes
1answer
350 views

Exception not thrown on divide by zero in catch block

While playing with exception handling in Java I noticed that no exception is thrown when some illegal runtime operation is being done in the catch block in Java. Is that a bug in the language or am ...
4
votes
3answers
256 views

Division by zero prevention: Checking the divisor's expression doesn't result in zero vs. checking the divisor isn't zero?

Is division by zero possible in the following case due to the floating point error in the subtraction? float x, y, z; ... if (y != 1.0) z = x / (y - 1.0); In other words, is the following any ...
2
votes
2answers
266 views

How to enable SIGFPE signal on division by zero in IOS app?

I develop an app in Xcode 4.5 (llvm 4.1 compiler) for ios 5/6 and use signal and exception handlers to log errors. However I've found that division by zero never raises SIGFPE signal. On linux systems ...
-1
votes
1answer
213 views

Where is the “Zero divide” done in kernel for Arm Cortex A-9

I am looking into kernel source code (2.6.35 ) for Zero divide . I inserted Zero divide in user space program and all threads stopped. So I want to know Where is the "Zero divide" done in kernel for ...
-1
votes
2answers
99 views

ruby prevent division by zero

In some cases such expression ...some loop solution = n[0].to_s+a[0]+n[1].to_s+a[1]+n[2].to_s+a[2]+n[3].to_s+a[3]+n[4].to_s+a[4]+n[5].to_s puts solution if eval(solution) == 100 #=> `eval': ...
46
votes
5answers
4k views

Can a near-zero floating value cause a divide-by-zero error?

Everybody knows you're not supposed to compare floats directly, but rather using a tolerance: float a,b; float epsilon = 10e-6f; bool equal = (fabs(a-b) < epsilon); I was wondering if the same ...
1
vote
1answer
415 views

Dividing a double by zero in Java [duplicate]

Possible Duplicate: Why doesn't Java throw an Exception when dividing by 0.0? Why the following statement in Java will not report an ArithmeticException? double d = 1.0/0;
0
votes
1answer
828 views

SSRS divide by zero error expression

Hope your well. I am working on a report and seem to get a #error. Seems like it is a divide by zero error but I can not work out a solution. The expression: =( Sum(Fields!Line_Sell.Value) - ...
0
votes
3answers
113 views

How can I fix this?

using namespace std; //a class that will handle all the calculations requested by user class MathOperations{ public: void Message(); int setSum(int,int); int setSuB(int,int); int ...
1
vote
1answer
123 views

How to avoid divide by zero error here?

The following query that I have is encountering a divide by 0 error: select pp.building_name, ld.tenant_trading_name, tenancy_reference, ld.turnover_threshold, ...
4
votes
1answer
356 views

Avoiding weird homography values when normalizing

People familiar with Homographies will know that you have to normalize it dividing by any of the matrix components in order to keep homogeneous coordinates. An homography is a 3x3 matrix and it is ...
0
votes
1answer
280 views

DataColumn Expression Divide By Zero

I'm using basic .net DataColumns and the associated Expression property. I have an application which lets users define which columns to select from a database table. They can also add other columns ...
2
votes
4answers
160 views

Handling division by zero in graphics code

I'm writing a library for procedural image generation (Clisk) which allows users to define their own mathematical functions to generate images. It's clearly possible for them to define a function ...
1
vote
2answers
265 views

How to avoid division by 0 in ms-sql select statement?

I've read about nullif, but haven't been able to put together a SELECT statement to use it properly: Select (num/total) as percent ... If total is 0, I want to return Null. How do I revise the ...
4
votes
3answers
375 views

PowerShell - Why “Divide By Zero Exception” is not being Caught?

On my Machine each one of the following code snippets throws and exception instead of printing to the standard output "1" and "2" Why the exception is not being Caught? try { [int]$a = 1/0 } ...
0
votes
2answers
563 views

How to prevent division by zero?

ads = ads.Where(x => (x.Amount - x.Price) / (x.Amount / 100) >= filter.Persent); if x.Amount == 0 I have error "Divide by zero error encountered." like me in this request is to avoid? ...
1
vote
3answers
1k views

Int vs Double and divide by zero exception

We get compile time error when integer is divided by zero whereas in case of double there is no compilation error but at run-time we get infinity/NaN as the result. Any idea why int & double have ...
5
votes
1answer
206 views

Division by zero error of Solr StatsComponent for date field in case of no results

I have a number of docs indexed by Solr 3.5, which contain date fields (solr.DateField) among others. Now I do request to Solr component which should return no results: ...
2
votes
3answers
792 views

Why does GCC report a Floating Point Exception when I execute 1/0?

Stroustrup says, in "The Design and Evolution of C++" (Addison Wesley, 1994), "low-level events, such as arithmetic overflows and divide by zero, are assumed to be handled by a dedicated lower-level ...
17
votes
4answers
1k views

Division by zero in Haskell

I found a quite strange inconsistency between the behaviour of div and /. *ghci> :t 1 `div` 0 1 `div` 0 :: Integral a => a *ghci> :t 1 / 0 1 / 0 :: Fractional a => a *ghci> 1 / 0 ...
4
votes
2answers
156 views

Is x != 0.0 a safe check against DivideByZeroException?

In order to prevent DivideByZeroException in C#, people often write things like double f(double x) { if (x != 0.0) return 1000.0/x; else return 0.0; } Given the fact that floating-point ...
2
votes
5answers
799 views

Calculating percentage changes without dividing by zero

I have the following the PHP that I am using to calculate percentage decreases or increases: function CalculatePercentageIncrease( $nLastMonthPeriod, $nCurrentPeriod ) { if ( !is_numeric( ...
2
votes
1answer
488 views

Divide Underflow

Why is a divide underflow only caused when the divisor is much smaller than the dividend, shouldn't it occur anytime the denominator is close enough to zero regardless of the size of the dividend?
0
votes
2answers
140 views

How is this dividing by zero?

Really, really basic block in Ruby: list = (1..125).to_a list.each do |x| print x if 125 % x = 0 end Gives me: ZeroDivisionError: divided by 0 from (irb):3:in `%' from (irb):3 from (irb):2:in ...
1
vote
1answer
1k views

NullIf() to Prevent Divide by Zero

In my query, when calculating the average, I encounter a divide by zero error. I am attempting to resolve this by using Nullif, but I don't think my syntax is correct as Coldfusion throws an error ...
16
votes
2answers
332 views

Why does this code divide by zero?

I have a small Haskell program, and am curious why a divide by zero exception gets thrown when I run it (GHC 7.0.3) import qualified Data.ByteString.Lazy as B import Codec.Utils convert :: ...
2
votes
1answer
506 views

How to handle Integer Division By Zero exception using Boost.Test library?

I'm writing unit tests using Boost.Test against some old C math library. One of tested functions in known to raise Integer Division By Zero system exception for some specified input. Let's say it's ...
1
vote
0answers
299 views

Handling undefined, NaN or Inf Values in glsl. Thinking of matherrors

I still didn't get rid of some annoying bugs in my glsl shader (GL 2.0)... I searched for a solution of this problem for over 3 weeks now, but I didn't get any. There are many examples and ...
2
votes
1answer
553 views

how to handle divide by zero error in ML

I am new to ML. I need to define a function taking an conditional expression as argument, the problem is if the expression is invalid like "10 div 0 = 0". How can I handle this? For example, the ...
2
votes
4answers
1k views

Best way to prevent/handle divide by 0 in javascript

What is the best way to prevent divide by 0 in javascript that is accepting user inputs. If there is no particular way to achieve this what would be the best way to handle such a situation so as to ...
6
votes
6answers
478 views

What is the result of divide by zero?

To be clear, I am not looking for NaN or infinity, or asking what the answer to x/0 should be. What I'm looking for is this: Based on how division is performed in hardware (I do not know how it is ...
1
vote
5answers
2k views

Division by zero, php

I have created this function that correctly displays the infinity symbol when trying to enter 0 into the Y text box. However I still get the division by zero error... here is my code. here is the ...
2
votes
3answers
158 views

Typecasting int to float turns DivideByZeroException into Infinity

I wrote a simple divide function in C#: private string divide(int a, int b) { return string.Format("Result: {0}", a / b); } Calling MessageBox.Show(divide(3, 0)) results in, as ...
3
votes
5answers
594 views

Is dividing by zero accompanied with a runtime error ever useful in C++?

According to C++ Standard (5/5) dividing by zero is undefined behavior. Now consider this code (lots of useless statements are there to prevent the compiler from optimizing code out): int main() { ...

1 2 3