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