From: nsz Date: Sat, 3 Mar 2012 20:52:48 +0000 (+0100) Subject: libm typo fix X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=ffb50c865a9083f69dd6004763a986092f4fb58b;p=www libm typo fix --- diff --git a/libm/index.html b/libm/index.html index 611a08e..f36b59d 100644 --- a/libm/index.html +++ b/libm/index.html @@ -323,9 +323,9 @@ is not ok: == raises invalid exception when x is nan, and even if we filter nans out 1/x will raise the divbyzero flag.

-When a library wants to raise a flag deliberatly +When a library wants to raise a flag deliberately but feraiseexcept is not available for some reason, -then simple arithmetics can be be used just for its +then simple arithmetics can be be used just for their exception raising side effect (eg. 1/0.0 to raise divbyzero), however beaware of compiler optimizations (dead code elimination,..).