Log In
source-git
/
glibc
Clone
Source Code
GIT
Source
Pull Requests
1
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
512ea30c6080ba9a27e8b724cc3d952420d456b3
512ea30c6080ba9a27e8b724cc3d952420d456b3
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); }