search for: denomres

Displaying 2 results from an estimated 2 matches for "denomres".

Did you mean: denomals
2006 Jul 03
1
Problem with try()
...The integral is computed within a C-function called Denom by use of function qags from the gsl library. Here is a piece of R-code: denom<-try(.C("Denom",as.double(x),as.integer(n), as.integer(p), as.double(param), as.double(delta),res=as.double(results))) denomres=if (class(denom)=="try-error") NA else denom$res Sometimes, it happens that the integration process fails with the follwoing error message gsl: qags.c:553: ERROR: bad integrand behavior found in the integration interval Default GSL error handler invoked. and the whole simulation j...
2019 Sep 16
3
Handling of FP denormal values
Hi all, While reviewing a recent clang documentation change, I became aware of an issue with the way that clang is handling FP denormals. There is currently some support for variations in the way denormals are handled, but it isn't consistent across architectures and generally feels kind of half-baked. I'd like to discuss possible solutions to this problem. First, there is a clang