piranha
0.10
|
Inline namespace for the definition of user-defined literals. More...
Functions | |
integer | operator"" _z (const char *s) |
Literal for arbitrary-precision integers. More... | |
rational | operator"" _q (const char *s) |
Literal for arbitrary-precision rationals. More... | |
real | operator"" _r (const char *s) |
Literal for piranha::real. More... | |
Inline namespace for the definition of user-defined literals.
|
inline |
Literal for arbitrary-precision rationals.
s | literal string. |
s
.unspecified | any exception thrown by the constructor of piranha::mp_rational from string. |
Definition at line 1786 of file mp_rational.hpp.
|
inline |
Literal for piranha::real.
The return value will be constructed with default precision.
s | literal string. |
s
.unspecified | any exception thrown by the constructor of piranha::real from string. |
|
inline |
Literal for arbitrary-precision integers.
s | literal string. |
s
.unspecified | any exception thrown by the constructor of piranha::integer from string. |
Definition at line 593 of file mp_integer.hpp.