1 /* $NetBSD: conjf.c,v 1.1 2007/08/20 16:01:35 drochner Exp $ */ 2 3 /* 4 * Written by Matthias Drochner <drochner (at) NetBSD.org>. 5 * Public domain. 6 */ 7 8 #include <complex.h> 9 10 float complex 11 conjf(float complex z) 12 { 13 14 return ~z; 15 } 16
Indexes created Sun Oct 12 22:09:51 GMT 2025