Browse Source

Finalize work on complex math routines, now that we have the

extended-precision support.  Mostly from Cephes.
OPENBSD_5_0
martynas 13 years ago
parent
commit
4eabfc9361
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      src/include/complex.h

+ 1
- 3
src/include/complex.h View File

@ -1,4 +1,4 @@
/* $OpenBSD: complex.h,v 1.3 2010/07/24 22:17:03 guenther Exp $ */
/* $OpenBSD: complex.h,v 1.4 2011/07/08 19:25:31 martynas Exp $ */
/*
* Copyright (c) 2008 Martynas Venckus <martynas@openbsd.org>
*
@ -94,7 +94,6 @@ float crealf(float complex);
/*
* Long double versions of C99 functions
*/
#if 0
long double complex cacosl(long double complex);
long double complex casinl(long double complex);
long double complex catanl(long double complex);
@ -118,7 +117,6 @@ long double cimagl(long double complex);
long double complex conjl(long double complex);
long double complex cprojl(long double complex);
long double creall(long double complex);
#endif
__END_DECLS
#endif /* !_COMPLEX_H_ */

Loading…
Cancel
Save