mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-30 08:40:07 +00:00
9 lines
91 B
C
9 lines
91 B
C
#include "nldbl-compat.h"
|
|
|
|
double
|
|
attribute_hidden
|
|
cbrtl (double x)
|
|
{
|
|
return cbrt (x);
|
|
}
|