Orbits
1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Macros
Pages
usr
local
include
python2.7
dtoa.h
Go to the documentation of this file.
1
#ifndef PY_NO_SHORT_FLOAT_REPR
2
#ifdef __cplusplus
3
extern
"C"
{
4
#endif
5
6
PyAPI_FUNC
(
double
) _Py_dg_strtod(const
char
*
str
,
char
**
ptr
);
7
PyAPI_FUNC
(
char
*) _Py_dg_dtoa(
double
d
,
int
mode
,
int
ndigits
,
8
int
*
decpt
,
int
*
sign
,
char
**
rve
);
9
PyAPI_FUNC
(
void
) _Py_dg_freedtoa(
char
*
s
);
10
11
12
#ifdef __cplusplus
13
}
14
#endif
15
#endif
Fri Nov 21 2014 12:23:28
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.