
21 Sep
2004
21 Sep
'04
4:16 p.m.
Guillaume Melquiond wrote:
To fix these problems, I need to know where (header, namespace) the inverse hyperbolic functions acosh, asinh, atanh are defined for this platform/compiler/standard library. As a side note, the same question
it's not defined in MinGW at all. Here's relevant part of math.h /* * TODO: asinh, acosh, atanh */ This math.h belongs to MinGW runtime. I have most recent version, mingw-runtime-3.3, released May 02, 2004. MD5 of my math.h is fad9df375a225e55f7b399c1481e683e, file size 21194 bytes, file time 2004-05-02 11:43. Interestingly, the same mingw-runtime is used with GCC 3.3.1 (toolset "mingw" in tests I'm running) and all tests pass on this compiler. I guess some workaround is applied here? B.