Searched refs:fNaN (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c3496 static double fNaN = 0.0; local
3497 if(fNaN==0.0) fNaN = Zero()/Zero();
3498 return fNaN;

Completed in 119 milliseconds