iconv: fix missing bounds checking for shift_jis decoding
[musl.git] / src / complex / csqrtl.c
blob225393790420d67b9b5740d9f73e756912b59bfb
1 #include "complex_impl.h"
3 //FIXME
4 long double complex csqrtl(long double complex z)
6 return csqrt(z);