mailing list of musl libc
 help / color / mirror / code / Atom feed
15f358a14f045c0dd600a3c654b058c4c212326c blob 165 bytes (raw)

1
2
3
4
5
6
7
8
 
#include "libm.h"

double complex cproj(double complex z)
{
	if (isinf(creal(z)) || isinf(cimag(z)))
		return CMPLX(INFINITY, copysign(0.0, creal(z)));
	return z;
}
debug log:

solving 15f358a1 ...
found 15f358a1 in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).