Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
Go to the source code of this file.
Namespaces | |
namespace | jau |
__pack(...): Produces MSVC, clang and gcc compatible lead-in and -out macros. | |
namespace | jau::math |
Enumerations | |
enum class | jau::math::math_error_t { jau::math::math_error_t::invalid , jau::math::math_error_t::div_by_zero , jau::math::math_error_t::overflow , jau::math::math_error_t::underflow , jau::math::math_error_t::inexact } |
Error types as specified by C++ Math Error Handling More... | |
Functions | |
std::string | jau::math::to_string (const math_error_t v) noexcept |
Returns std::string representation of math_error_t. More... | |