#include "OSDataStructures.h"
#include "OSMathUtil.h"
#include <iostream>
Go to the source code of this file.
Functions | |
double | os_strtod_wrap (const char *str, char **strEnd) |
std::string | os_dtoa_format (double x) |
double os_strtod_wrap | ( | const char * | str, | |
char ** | strEnd | |||
) |
std::string os_dtoa_format | ( | double | x | ) |
Definition at line 104 of file OSMathUtil.cpp.
References os_dtoa(), and os_freedtoa().
Referenced by OSiLWriter::writeOSiL().