Advertisement

1 - 10 of 39 containing alltags:("nan") (0 seconds)
what is an NaN value when refering to doubles and what circumstances make them come about???
Zones: JavaDate Answered: 03/03/2002 Grade: A Views: 0
Tags: nan
if (NaN(fbox.options[fbox.selectedIndex].value))       {             var msg="There is no Abbreviation associated with this manufacturer.  Please add one immediately.";             if (confirm(msg))             {                   window.op...
Zones: JavaScriptDate Answered: 12/01/2000 Grade: A Views: 0
Hello Everyone, this function computes my percentages, but if I enter 0 (zero)  in the money field I get NAN in the percentage field, now I knwo the total percentage needs to be 100% at all times b...
Zones: JavaScript, Web Languages/StandardsDate Answered: 12/06/2007 Grade: A Views: 13
Can anyone tell me what is wrong with this script?  It's just a basic javascript to calculate a field based on what the user has returned.  It's fired on the "OnChange" event... however, it's retur...
Zones: JavaScriptDate Answered: 05/12/2000 Grade: A Views: 105
I am writing a sql statement and  I need to be able if the field contains non numeric values. The field is originally defined as a varchar2, but should actually contain numbers (under normal cir...
Zones: DatabasesDate Answered: 09/10/2003 Grade: B Views: 20
 What is +NAN or -NAN Values and how can i Avoid it in site[n][x] (look at the code)    for(n=0;n<=2;n++)     {        scanf("%f",&.Lamda);       for(x=0;x<=19;x++)         {           i=...
Zones: CDate Answered: 09/13/2004 Grade: A Views: 0
Hi all, I have encountered a bug where a calculation results in a float = NaN.  Unfortunately it's quite difficult to track down where this is happening.  Is there a way to check for NaN ie: ...
Zones: JavaDate Answered: 09/24/2004 Grade: A Views: 0
How can I use the where clause of a select query to identify records where a numeric field is NaN? I tried: SELECT * FROM myTable WHERE myNumericField = 'nan'; myField is defined as Float ...
Zones: MySQL ServerDate Answered: 02/07/2006 Grade: A Views: 0
How do I make a cell that sais NaN blank until it's supposed to show a number?
Zones: JavaScriptDate Answered: 06/16/2005 Grade: A Views: 0
Hi All, I have the following var: var MyTextVar = theForm.elements["dgAnalysis:_ctl" + idx + ":Add_NewPrice"].value*1; MyTextVar will return to the textbox (after calculation) just fine if...
Zones: JavaScriptDate Answered: 08/08/2005 Grade: A Views: 0