summaryrefslogtreecommitdiff
path: root/src/complex/csinhl.c
blob: 09fd18f931126203169cb1dc6ec12d6f19ad9bfa (plain) (blame)
1
2
3
4
5
6
7
#include "complex_impl.h"

//FIXME
long double complex csinhl(long double complex z)
{
	return csinh(z);
}