numpy 2.0.0
|
Go to the source code of this file.
Functions | |
NPY_NO_EXPORT char * | NumPyOS_ascii_formatd (char *buffer, size_t buf_size, const char *format, double val, int decimal) |
NPY_NO_EXPORT char * | NumPyOS_ascii_formatf (char *buffer, size_t buf_size, const char *format, float val, int decimal) |
NPY_NO_EXPORT char * | NumPyOS_ascii_formatl (char *buffer, size_t buf_size, const char *format, long double val, int decimal) |
NPY_NO_EXPORT double | NumPyOS_ascii_strtod (const char *s, char **endptr) |
NPY_NO_EXPORT int | NumPyOS_ascii_ftolf (FILE *fp, double *value) |
NPY_NO_EXPORT int | NumPyOS_ascii_isspace (char c) |
NPY_NO_EXPORT char* NumPyOS_ascii_formatd | ( | char * | buffer, |
size_t | buf_size, | ||
const char * | format, | ||
double | val, | ||
int | decimal | ||
) |
NPY_NO_EXPORT char* NumPyOS_ascii_formatf | ( | char * | buffer, |
size_t | buf_size, | ||
const char * | format, | ||
float | val, | ||
int | decimal | ||
) |
NPY_NO_EXPORT char* NumPyOS_ascii_formatl | ( | char * | buffer, |
size_t | buf_size, | ||
const char * | format, | ||
long double | val, | ||
int | decimal | ||
) |
NPY_NO_EXPORT int NumPyOS_ascii_ftolf | ( | FILE * | fp, |
double * | value | ||
) |
)
</blockquote>
Referenced by _to_OBJECT().
NPY_NO_EXPORT int NumPyOS_ascii_isspace | ( | char | c | ) |
References c.
Referenced by NumPyOS_ascii_strncasecmp().
NPY_NO_EXPORT double NumPyOS_ascii_strtod | ( | const char * | s, |
char ** | endptr | ||
) |
References NPY_INFINITY, and NumPyOS_ascii_strncasecmp().
Referenced by TOTYPE().