mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-07-06 04:26:38 +02:00
add DLLEXPORT to bsdsrc files
This commit is contained in:
parent
18f475de56
commit
ec41733ce8
3 changed files with 3 additions and 3 deletions
|
@ -82,7 +82,7 @@ static const double lntiny = -0x1.77af8ebeae354p9;
|
||||||
static const double invln2 = 0x1.71547652b82fep0;
|
static const double invln2 = 0x1.71547652b82fep0;
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
double exp(x)
|
DLLEXPORT double exp(x)
|
||||||
double x;
|
double x;
|
||||||
{
|
{
|
||||||
double z,hi,lo,c;
|
double z,hi,lo,c;
|
||||||
|
|
|
@ -352,7 +352,7 @@ static double logF_tail[N+1] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
double
|
DLLEXPORT double
|
||||||
#ifdef _ANSI_SOURCE
|
#ifdef _ANSI_SOURCE
|
||||||
log(double x)
|
log(double x)
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -121,7 +121,7 @@ static struct Double ratfun_gam(double, double);
|
||||||
|
|
||||||
static const double zero = 0., one = 1.0, tiny = 1e-300;
|
static const double zero = 0., one = 1.0, tiny = 1e-300;
|
||||||
|
|
||||||
double
|
DLLEXPORT double
|
||||||
tgamma(x)
|
tgamma(x)
|
||||||
double x;
|
double x;
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue