blob: 7276467f81dd4d0b8f91108c8d180d980bf75c80 [file] [log] [blame]
/**
* This file has no copyright assigned and is placed in the Public Domain.
* This file is part of the mingw-w64 runtime package.
* No warranty is given; refer to the file DISCLAIMER.PD within this package.
*/
#include <math.h>
long double asinhl(long double x)
{
return asinh(x);
}