mailing list of musl libc
 help / color / mirror / code / Atom feed
c0cceb8b7235a75e024bae4a9355654500231994 blob 233 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
#include "libm.h"

#ifdef LONG_DOUBLE_IS_BINARY64
long double complex ccosl(long double complex z)
{
	return ccos(z);
}
#else
long double complex ccosl(long double complex z)
{
	return ccoshl(CMPLXL(-cimagl(z), creall(z)));
}
#endif
debug log:

solving c0cceb8 ...
found c0cceb8 in https://inbox.vuxu.org/musl/1457404695-17281-1-git-send-email-masanori.ogino@gmail.com/
found d787047 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 d787047fec8d5a8df1234f393cd2b8f1a683092b	src/complex/ccosl.c

applying [1/1] https://inbox.vuxu.org/musl/1457404695-17281-1-git-send-email-masanori.ogino@gmail.com/
diff --git a/src/complex/ccosl.c b/src/complex/ccosl.c
index d787047..c0cceb8 100644

Checking patch src/complex/ccosl.c...
Applied patch src/complex/ccosl.c cleanly.

index at:
100644 c0cceb8b7235a75e024bae4a9355654500231994	src/complex/ccosl.c

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).