repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
iconv: add euro symbol to GBK as single byte 0x80
[musl.git]
/
src
/
complex
/
conjl.c
blob
87a4ebecc365320498d2fff6cc9e7fe1d48668b6
1
#include
"complex_impl.h"
2
3
long double complex
conjl
(
long double complex
z
)
4
{
5
return
CMPLXL
(
creall
(
z
), -
cimagl
(
z
));
6
}