#include "OSDataStructures.h"
#include "OSMathUtil.h"
#include <iostream>
Include dependency graph for OSMathUtil.cpp:
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 106 of file OSMathUtil.cpp.
References k, os_dtoa(), and os_freedtoa().
Referenced by IpoptProblem::finalize_solution(), OSnLNodeVariable::getNonlinearExpressionInXML(), OSnLNodeNumber::getNonlinearExpressionInXML(), OSInstance::getNonlinearExpressionTreeInInfix(), OSInstance::printModel(), OSnl2osil::walkTree(), OSiLWriter::writeOSiL(), OSoLWriter::writeOSoL(), OSrLWriter::writeOSrL(), and CoinSolver::writeResult().