|
CBMC
|
#include "convert_real_literal.h"#include "statement_list_types.h"#include <util/bitvector_types.h>#include <util/ieee_float.h>
Include dependency graph for convert_real_literal.cpp:Go to the source code of this file.
Functions | |
| constant_exprt | convert_real_literal (const std::string &src) |
| Converts a string into the corresponding 'Real' expression. More... | |
Statement List Language Conversion
Definition in file convert_real_literal.cpp.
| constant_exprt convert_real_literal | ( | const std::string & | src | ) |
Converts a string into the corresponding 'Real' expression.
| src | String returned by the parser. |
Definition at line 18 of file convert_real_literal.cpp.