std::string as_string() const; bool from_string(const std::string& str);
These functions handle conversion between strings, see 4.3 for string representations.
Returns the interval object as a string.
Attempts to parse the given string and set the infinimum and supremum of the current object. Returns whether
the parsing was successful.