![]() |
User Guide
|
Go to the source code of this file.
Namespaces | |
nmodl | |
encapsulates code generation backend implementations | |
nmodl::stringutils | |
string utility functions | |
Functions | |
std::string | nmodl::stringutils::to_string (double value, const std::string &format_spec="{:.16g}") |
Convert double value to string without trailing zeros. More... | |
std::string | nmodl::stringutils::join_arguments (const std::string &lhs, const std::string &rhs) |
Joint two (list of) arguments. More... | |