Opened 12 years ago
Closed 12 years ago
#4977 closed Support Requests (fixed)
user_rounding_error not mentioned in documentation
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | math |
Version: | Boost 1.45.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
Hello all,
the 'user_rounding_error' is mentioned on the 'Error Handling' page but not on the 'Calling User Defined Error Handlers' page of the Boost.Math.SpecialFunctions documentation.
Note:
See TracTickets
for help on using tickets.
(In [67231]) Improve performance of non-central T by simplifying the arithmetic where possible. Change error handlers to pass the target type down to "rounding errors". Change the rounding error handlers to return a well defined value (the maximum representable value in the target type). Update and complete docs on rounding errors. Fix typo in test/test_beta_dist.cpp. Regenerate the docs. Remove illegal comment from test_constants.cpp. Fixes #4977.