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