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

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

#ifdef LONG_DOUBLE_IS_BINARY64
long double complex csinl(long double complex z)
{
	return csin(z);
}
#else
long double complex csinl(long double complex z)
{
	z = csinhl(CMPLXL(-cimagl(z), creall(z)));
	return CMPLXL(cimagl(z), -creall(z));
}
#endif
debug log:

solving d214339 ...
found d214339 in https://inbox.vuxu.org/musl/1457404695-17281-1-git-send-email-masanori.ogino@gmail.com/
found 4e9f86c in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 4e9f86c3ae4dc2094dd55dd79bd88a25ce40d784	src/complex/csinl.c

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

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

index at:
100644 d214339e032ce5de7e896d6f1cf54ad78e28dfcc	src/complex/csinl.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).