mailing list of musl libc
 help / color / mirror / code / Atom feed
4c90868ca1153967b072067c2d2136aa9f1181de blob 247 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 cacoshl(long double complex z)
{
	return cacosh(z);
}
#else
long double complex cacoshl(long double complex z)
{
	z = cacosl(z);
	return CMPLXL(-cimagl(z), creall(z));
}
#endif
debug log:

solving 4c90868 ...
found 4c90868 in https://inbox.vuxu.org/musl/1457404695-17281-1-git-send-email-masanori.ogino@gmail.com/
found 6534255 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 65342557f9a545ef935190b3c64b6bdf2c6ceaa5	src/complex/cacoshl.c

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

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

index at:
100644 4c90868ca1153967b072067c2d2136aa9f1181de	src/complex/cacoshl.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).