Log In
source-git
/
glibc
Clone
Source Code
GIT
Source
Pull Requests
1
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
c4faf2f8d53a7e3eebf6a0ec6e233a55c3bcb946
c4faf2f8d53a7e3eebf6a0ec6e233a55c3bcb946
sysdeps
ieee754
ldbl-opt
nldbl-jn.c
Fork and Edit
Blob
Blame
History
Raw
#include "nldbl-compat.h" double attribute_hidden jnl (int n, double x) { return jn (n, x); }