Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71274 - trunk/libs/math/doc/sf_and_dist
From: pbristow_at_[hidden]
Date: 2011-04-15 09:53:30


Author: pbristow
Date: 2011-04-15 09:53:29 EDT (Fri, 15 Apr 2011)
New Revision: 71274
URL: http://svn.boost.org/trac/boost/changeset/71274

Log:
Added FAQ for nonfinite IO
Text files modified:
   trunk/libs/math/doc/sf_and_dist/faq.qbk | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: trunk/libs/math/doc/sf_and_dist/faq.qbk
==============================================================================
--- trunk/libs/math/doc/sf_and_dist/faq.qbk (original)
+++ trunk/libs/math/doc/sf_and_dist/faq.qbk 2011-04-15 09:53:29 EDT (Fri, 15 Apr 2011)
@@ -76,6 +76,8 @@
 For most functions, making sure you have the latest compiler version with all optimisations switched on is the key to speed.
 For evaluations that require iteration, you may be able to gain a little more speed at the expense of accuracy.
 See detailed suggestions and results on __performance.
+# ['How do I handle infinity and NaNs portably?] [br]
+See __fp_facets for Facets for Floating-Point Infinities and NaNs.
 # ['Where are the pre-built libraries?] [br]
 Good news - you probably don't need any! - just #include <boost/math/distribution_you_want>.
 But in the unlikely event that you do, see __building.


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk