| 505 | } |
| 506 | |
| 507 | double MathLib::toDoubleNumber(const Token * tok) |
| 508 | { |
| 509 | return toDoubleNumber(tok->str(), tok); |
| 510 | } |
| 511 | |
| 512 | double MathLib::toDoubleNumber(const std::string &str, const Token * const tok) |
| 513 | { |
nothing calls this directly
no test coverage detected