Deleted Added
full compact
26c26
< * $FreeBSD: head/include/complex.h 129861 2004-05-30 08:47:12Z stefanf $
---
> * $FreeBSD: head/include/complex.h 129864 2004-05-30 09:21:56Z stefanf $
44,49c44,55
< double cabs(double complex);
< float cabsf(float complex);
< double cimag(double complex);
< float cimagf(float complex);
< double creal(double complex);
< float crealf(float complex);
---
> double cabs(double complex);
> float cabsf(float complex);
> double cimag(double complex);
> float cimagf(float complex);
> long double cimagl(long double complex);
> double complex conj(double complex);
> float complex conjf(float complex);
> long double complex
> conjl(long double complex);
> double creal(double complex);
> float crealf(float complex);
> long double creall(long double complex);