mailing list of musl libc
 help / color / mirror / code / Atom feed
944bf376197cabc3604659d89083d76f52960b52 blob 208 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 cargl(long double complex z)
{
	return carg(z);
}
#else
long double cargl(long double complex z)
{
	return atan2l(cimagl(z), creall(z));
}
#endif
debug log:

solving 944bf37 ...
found 944bf37 in https://inbox.vuxu.org/musl/1457404695-17281-1-git-send-email-masanori.ogino@gmail.com/
found e0d5047 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 e0d504782f1fc36aa7fcb70a9e40248f7a9b4be4	src/complex/cargl.c

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

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

index at:
100644 944bf376197cabc3604659d89083d76f52960b52	src/complex/cargl.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).