Log In
hjl
/
source-git
/
glibc
Forked from
source-git/glibc
4 years ago
Clone
Source Code
GIT
Source
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
566e8e3bca26faaec9e61c61f33bf4d8b541dc14
566e8e3bca26faaec9e61c61f33bf4d8b541dc14
sysdeps
ieee754
ldbl-opt
nldbl-exp2.c
Fork and Edit
Blob
Blame
History
Raw
#include "nldbl-compat.h" double attribute_hidden exp2l (double x) { return exp2 (x); }