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