File dtoa.c¶
Go to the source code of this file
#include <string.h>#include <stdlib.h>#include "mprec.h"#include "memory_wrapper.hpp"
Public Functions¶
| Type | Name |
|---|---|
| void | _Jv_dtoa (double _d, int mode, int ndigits, int * decpt, int * sign, char ** rve, char * buf, int float_type) |
| char * | _Jv_dtoa_r (struct _Jv_reent * ptr, double _d, int mode, int ndigits, int * decpt, int * sign, char ** rve, int float_type) |
| void | free_Bigints (struct _Jv_Bigint * p) |
Public Static Functions¶
| Type | Name |
|---|---|
| int | quorem (_Jv_Bigint * b, _Jv_Bigint * S) |
Public Functions Documentation¶
function _Jv_dtoa¶
void _Jv_dtoa (
double _d,
int mode,
int ndigits,
int * decpt,
int * sign,
char ** rve,
char * buf,
int float_type
)
function _Jv_dtoa_r¶
char * _Jv_dtoa_r (
struct _Jv_reent * ptr,
double _d,
int mode,
int ndigits,
int * decpt,
int * sign,
char ** rve,
int float_type
)
function free_Bigints¶
Public Static Functions Documentation¶
function quorem¶
The documentation for this class was generated from the following file cubrid/src/base/dtoa.c