Go to the source code of this file.
Namespaces
Functions
- static void decompose (const string &s, int &sign, string &mant, integer &expo)
- static string recompose (int sign, const string &mant, const integer &i)
- static void inc_mantissa (string &mant, integer &expo)
- static string make_range (string &mant1, integer &expo1, string &mant2, integer &expo2)
- string make_range (const string &l, const string &r)
- void decompose_range (const string &s, string &l, string &r)
- string trunc_digits (const string &s, xnat dd)
- static bool is_integer (const string &s)
- syntactic flatten_number (const string &s)