index
:
musl.git
master
rs-1.0
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
complex
Age
Commit message (
Expand
)
Author
2024-08-16
catan: remove no-op reduction mod pi and unused code
Rich Felker
2024-03-14
complex: fix comment in cacosh
Szabolcs Nagy
2022-03-08
math: avoid runtime conversions of floating-point constants
Szabolcs Nagy
2022-01-18
fix potentially wrong-sign zero in cproj functions at infinity
Rich Felker
2020-02-05
fix incorrect results for catanf and catanl with some inputs
Rich Felker
2019-10-14
fix cacosh results for arguments with negative imaginary part
Michael Morrell
2019-04-17
math: move complex math out of libm.h
Szabolcs Nagy
2018-04-11
fix incorrect results for catan with some inputs
Rich Felker
2018-04-09
fix wrong result in casin and many related complex functions
Rich Felker
2015-05-01
complex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf)
Szabolcs Nagy
2012-11-13
complex: add C11 CMPLX macros and replace cpack with them
Szabolcs Nagy
2012-03-22
add creal/cimag macros in complex.h (and use them in the functions defs)
Rich Felker
2012-03-13
first commit of the new libm!
Rich Felker