fix error checking for \ at end of regex (this was broken previously)
[musl] / src / complex / ccoshl.c
1 #include "libm.h"
2
3 //FIXME
4 long double complex ccoshl(long double complex z)
5 {
6         return ccosh(z);
7 }