You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the real line the error is no more than 10 @tech{ulps} everywhere that has been tested, and is usually no more than 4
86
-
ulps. In the rest of the complex plane the relative error is smaller than 1e-13(@tech{ulps}=450).
86
+
ulps. In the rest of the complex plane the relative error is smaller than 1e-13except in the very close neighbourhood of negative integers, where the error can increase signifiantly.
87
87
}
88
88
89
89
@defproc[(log-gamma [x Number]) Number]{
@@ -185,7 +185,7 @@ manipulate @racket[(- 1.0 (erfc x))] and its surrounding expressions to avoid th
185
185
For negative @racket[x] away from @racket[0.0], do the same with @racket[(- (erfc (- x)) 1.0)].
186
186
187
187
For @racket[erf], on the real line the error is no greater than 2 @tech{ulps} everywhere that has been tested, and
188
-
is almost always no greater than 1. In the complex plane the relative error is smaller 1e-12. For @racket[erfc], observed error is no greater than 4 ulps,
188
+
is almost always no greater than 1. In the complex plane the relative error is smaller than 1e-12. For @racket[erfc], observed error is no greater than 4 ulps,
0 commit comments