index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
math
/
lgammal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-12
reduce spurious inclusion of libc.h
Rich Felker
1
-1
/
+0
2018-09-12
move lgamma-related internal declarations to libm.h
Rich Felker
1
-6
/
+0
2015-03-11
math: add dummy implementations of 128 bit long double functions
Szabolcs Nagy
1
-2
/
+8
2013-11-21
math: lgamma cleanup (simpler sin(pi*x) for the negative case)
Szabolcs Nagy
1
-60
/
+28
2013-10-04
math: remove a useless assignment in lgammal found by clang analyzer
Szabolcs Nagy
1
-2
/
+2
2013-09-05
math: remove libc.h include from libm.h
Szabolcs Nagy
1
-0
/
+1
2013-09-05
math: fix remaining old long double code (erfl, fmal, lgammal, scalbnl)
Szabolcs Nagy
1
-28
/
+17
2012-03-27
math: remove comment about aliasing lgamma as gamma
nsz
1
-0
/
+2
2012-03-19
code cleanup of named constants
nsz
1
-26
/
+22
2012-03-16
other side of the signgam namespace fix: use the internal name
Rich Felker
1
-1
/
+3
2012-03-16
fix namespace issues for lgamma, etc.
Rich Felker
1
-8
/
+10
2012-03-15
in math.h make lgamma_r and non-double bessel _GNU_SOURCE only
nsz
1
-0
/
+1
2012-03-13
first commit of the new libm!
Rich Felker
1
-0
/
+393