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

long double (cimagl)(long double complex z)
{
	return cimagl(z);
}