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
bits/syscall.h: add landlock syscalls from linux v5.13
[musl.git]
/
src
/
math
/
lgammaf.c
blob
2ae051d09aae555e1f95a1905685e5c1d735904d
1
#include <math.h>
2
#include
"libm.h"
3
4
float
lgammaf
(
float
x
)
5
{
6
return
__lgammaf_r
(
x
, &
__signgam
);
7
}