Ruby
3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
|
Internal header corresponding util.c. More...
Go to the source code of this file.
Functions | |
char * | ruby_dtoa (double d_, int mode, int ndigits, int *decpt, int *sign, char **rve) |
char * | ruby_hdtoa (double d, const char *xdigs, int ndigits, int *decpt, int *sign, char **rve) |
Internal header corresponding util.c.
Definition in file util.h.
char* ruby_dtoa | ( | double | d_, |
int | mode, | ||
int | ndigits, | ||
int * | decpt, | ||
int * | sign, | ||
char ** | rve | ||
) |
char* ruby_hdtoa | ( | double | d, |
const char * | xdigs, | ||
int | ndigits, | ||
int * | decpt, | ||
int * | sign, | ||
char ** | rve | ||
) |