Ruby  3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
Functions
util.h File Reference

(b76ad15ed0da636161de0243c547ee1e6fc95681)

Internal header corresponding util.c. More...

#include "ruby/internal/config.h"
#include <stddef.h>
Include dependency graph for util.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Internal header corresponding util.c.

Author
Ruby developers ruby-.nosp@m.core.nosp@m.@ruby.nosp@m.-lan.nosp@m.g.org
Warning
DO NOT ADD RANDOM GARBAGE HERE THIS FILE IS FOR util.c

Definition in file util.h.

Function Documentation

◆ ruby_dtoa()

char* ruby_dtoa ( double  d_,
int  mode,
int  ndigits,
int *  decpt,
int *  sign,
char **  rve 
)

◆ ruby_hdtoa()

char* ruby_hdtoa ( double  d,
const char *  xdigs,
int  ndigits,
int *  decpt,
int *  sign,
char **  rve 
)