On 10 July 2017 at 13:20, Piotr Caban piotr.caban@gmail.com wrote:
On 07/10/17 06:55, Alex Henrie wrote:
asinh is part of C89, so it is guaranteed to be present.
Are you sure about it? As far as I know it's part of C99. The manual for asinh looks strange (it says that it conforms to C89 and gives test macro that checks for never standards).
My understanding was asinh() is C89, while asinhf() and asinhl() are C99.