My Project
|
#include "OSConfig.h"
#include "OSMathUtil.h"
#include "OSParameters.h"
#include "OSGeneral.h"
#include <iostream>
#include <sstream>
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 | OSRand () |
OSRand() | |
double | OSiRand (int iMin, int iMax) |
OSiRand(int iMin, int iMax) | |
double os_strtod_wrap | ( | const char * | str, |
char ** | strEnd ) |
Definition at line 125 of file OSMathUtil.cpp.
std::string os_dtoa_format | ( | double | x | ) |
Definition at line 154 of file OSMathUtil.cpp.
double OSRand | ( | ) |
Definition at line 262 of file OSMathUtil.cpp.
double OSiRand | ( | int | iMin, |
int | iMax ) |
Definition at line 279 of file OSMathUtil.cpp.