NAME
A class of omni::math
MEMBERS
omni::math::circle_area
A class of omni::math
#include <omni/types/math_t.hpp>class omni::math::circle_areaMEMBERS
omni::math::circle_area::enum_t
omni::math::circle_area::circle_area()
omni::math::circle_area::~circle_area()
static inline unsigned short omni::math::circle_area::COUNT()
static inline enum_t omni::math::circle_area::DEFAULT_VALUE()
unsigned short omni::math::circle_area::count()
uint64_t omni::math::circle_area::hash()
static bool omni::math::circle_area::is_valid(int32_t val)
static enum_t omni::math::circle_area::parse(const std::string& val)
static std::string omni::math::circle_area::to_string(enum_t v)
static std::wstring omni::math::circle_area::to_wstring(enum_t v)
static bool omni::math::circle_area::try_parse(const std::string& val, enum_t& out)
uint64_t omni::math::circle_area::type()
enum_t omni::math::circle_area::value()
omni::math::circle_area::operator enum_t()
omni::math::circle_area::operator std::string()
omni::math::circle_area::operator std::wstring()
bool omni::math::circle_area::operator!=(const circle_area& val)
bool omni::math::circle_area::operator<(const circle_area& val)
friend std::ostream& omni::math::circle_area::operator<<(std::ostream& s, const omni::math::circle_area& c)
circle_area& omni::math::circle_area::operator=(const circle_area& val)
bool omni::math::circle_area::operator==(const circle_area& val)
bool omni::math::circle_area::operator>(const circle_area& val)
omni::math::circle_area::CIRCUMFERENCE
omni::math::circle_area::DIAMETER
omni::math::circle_area::RADIUS
omni::math::circle_area::disposing
omni::math::circle_area::name
DESCRIPTION
This is the mathematical constant e, also known as Euler's number. If
top
This is the mathematical constant e, also known as Euler's number. If
OMNI_USE_M_E_L or OMNI_USE_MATH_DEFS are defined, and if the system has M_El defined, then this constant is set to M_El. Otherwise this constant is defined as 2.71828182845904523536028747135266250L
top