1df348c201Loosen some of the test permitted errors (so glibc can cope). Added more diagnostic code to aid diagnosis of errors. Allow (0,0) as a valid result if the expected result is very small.
John Maddock
2005-11-07 18:50:53 +0000
fc99ec6f69Tentative fix for pi having wrong value on one platform. Fix non-conforming call to atan2(0,0).
John Maddock
2005-11-07 18:48:47 +0000
974a55463eChanged config logic to not use log1pf and expm1f unless C99 compatibility is specified.
John Maddock
2005-10-24 17:07:46 +0000
816a5d51bdUpdated Nan test, in case signed-nan comparisons are buggy.
John Maddock
2005-10-23 17:30:23 +0000
468370b061Add more information to tests.
John Maddock
2005-10-23 16:21:24 +0000
f9d4a1a9f7Tentative fix for some Sunpro failures: don't negate NAN's it doesn't work!
John Maddock
2005-10-23 16:19:58 +0000
1a35ad0c6fAdded the file that generates test values for log1p and expm1.
John Maddock
2005-10-22 16:30:59 +0000
539d64ed65Added new Math additions.
John Maddock
2005-10-20 17:51:44 +0000
9ffe41ad11Added missing images.
John Maddock
2005-10-20 16:14:40 +0000
67f638cbefFixed up config to include <utility> via a wrapper that turns off TR1 inclusion in case the Boost.TR1 lib is in the compilers search path. Likewise for <complex> in the Math/TR1 components.
John Maddock
2005-10-19 16:38:40 +0000
a4dc75541cAdded TR1 math additions: docs and tests.
John Maddock
2005-10-15 12:01:54 +0000
7308af23ccAdded TR1 math lib headers.
John Maddock
2005-10-15 11:59:11 +0000
7a4ca04278Work around Tiger's wonky double double format for long double
Douglas Gregor
2005-09-15 02:22:13 +0000
60f46add87Added some of the first layout corrections suggested by Christoph Ludwig, plus my own over the 'C++' logo (from the C++ FAQ Lite) and the Cayley doubling table
Daryle Walker
2005-08-18 02:24:28 +0000
45ec720e9fCorrected 'll' function names to 'l1'
Daryle Walker
2005-08-16 07:46:48 +0000
c04ff0e969Added a LaTeX adaptation of the quaternion guide
Daryle Walker
2005-08-14 06:08:52 +0000
b433fca3ecMerged from 1.33.0 release
Douglas Gregor
2005-08-12 13:02:37 +0000
2ffe57e17cAdded bitwise and-not function; did minor documentation tweak
Daryle Walker
2004-02-12 13:29:21 +0000
bbe2679ca9Refactored implementations of bitwise operators
Daryle Walker
2004-02-12 07:23:26 +0000
05bb8729eaAdded greater separation between operator descriptions; added exception profiles to shift operators
Daryle Walker
2004-02-11 10:50:21 +0000
11de9cab52Added bit-shift operators; improved test for bit-reversal
Daryle Walker
2004-02-11 08:20:28 +0000
dba06e2c25Fixed potential bug; did minor tweaks
Daryle Walker
2004-02-10 09:59:38 +0000
4488e0ff33Added bit-string converter; did minor tweaks
Daryle Walker
2004-02-10 03:08:15 +0000
7b2bf3e95cAdded bitwise-and, -or, and -xor operators, including combined assignment versions
Daryle Walker
2004-02-10 01:11:29 +0000
54484f15dfAdded even/odd test, comparison method and operators, and minor tweaks
Daryle Walker
2004-02-09 05:42:24 +0000
8067b24e14Added single-bit-specific implementation of reset/set/flip
Daryle Walker
2004-02-07 05:49:08 +0000
dbb3463a51Did more minor formatting changes
Daryle Walker
2004-02-06 08:31:20 +0000
008f2f77ccDid minor formatting changes
Daryle Walker
2004-02-06 08:18:14 +0000
bcf7ac8a38Added method to assign an arbitrary bit pattern within a bit range of another big_whole object
Daryle Walker
2004-02-06 08:00:19 +0000
8ee4efc5f7Added files for the multi-precision non-negative integer type based on std::valarray
Daryle Walker
2004-02-05 10:36:38 +0000
e8ddc9e36fMetrowerks appears to require static_cast workaround.
John Maddock
2004-01-02 11:33:28 +0000
2fbd58f0dbFixed gcc 3.2 and 3.3 build issues, tests still fail on cygwin, but pass on linux and mingw32 (seems to be a numeric_limits issue).
John Maddock
2003-12-31 12:04:45 +0000
f38e44f5c3fix links broken by index.htm to index.html renaming
Beman Dawes
2003-12-12 00:00:13 +0000
bf81a3172eMoved my stuff to the Boost Software License, Version 1.0
Daryle Walker
2003-11-05 07:06:17 +0000
858956bc60Add V2 Jamfile
Vladimir Prus
2003-09-29 16:40:02 +0000
9571d2b826Use the import rule
Dave Abrahams
2003-09-08 17:38:49 +0000
597e2ab6d5Gcc 2.95.x fix for the (using directive) problem.
Hubert Holin
2003-08-13 15:41:01 +0000