Opened 9 years ago
Closed 9 years ago
#9138 closed Bugs (duplicate)
Strange behavior of boost::multiprecision::pow function when handling bigreals
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | multiprecision |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | bigreals, multiprecision, power, pow | Cc: |
Description
When using bigreals and handling zero values, the boost::multiprecision::pow function returns 1 when I raise zero to a non-zero number. The detailed description of the problem can be found here: http://stackoverflow.com/questions/18892648/strange-behavior-of-boostmultiprecisionpow-when-handling-zero-values-with-bi?noredirect=1#comment27885640_18892648
Note:
See TracTickets
for help on using tickets.
This is a duplicate of https://svn.boost.org/trac/boost/ticket/8798, also relates to https://svn.boost.org/trac/boost/ticket/8809. Both will be fixed in the next release.