1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
RoundingMode
------------
- enum :cpp:enum:`bitwuzla::RoundingMode`
- :cpp:func:`std::ostream& bitwuzla::operator<< (std::ostream& out, RoundingMode rm)`
- :cpp:func:`std::string std::to_string(bitwuzla::RoundingMode rm)`
----
:code:`namespace bitwuzla {`
.. doxygenenum:: bitwuzla::RoundingMode
:project: Bitwuzla_cpp
----
.. doxygenfunction:: bitwuzla::operator<<(std::ostream& out, RoundingMode rm)
:project: Bitwuzla_cpp
:code:`}`
----
:code:`namespace std {`
.. doxygenfunction:: std::to_string(bitwuzla::RoundingMode rm)
:project: Bitwuzla_cpp
:code:`}`
|