#include <real_type.hpp>
Definition at line 31 of file real_type.hpp.
◆ type() [1/4]
◆ type() [2/4]
real::type::type |
( |
const type & |
d | ) |
|
|
inline |
◆ type() [3/4]
real::type::type |
( |
const double & |
d | ) |
|
|
inline |
◆ type() [4/4]
template<typename T >
real::type::type |
( |
const T & |
d | ) |
|
|
inlineexplicit |
◆ operator bool()
real::type::operator bool |
( |
| ) |
const |
|
inline |
◆ operator T()
template<typename T >
real::type::operator T |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool real::type::operator!= |
( |
const type & |
r | ) |
const |
|
inline |
◆ operator*=() [1/2]
type & real::type::operator*= |
( |
const double |
r | ) |
|
|
inline |
◆ operator*=() [2/2]
type & real::type::operator*= |
( |
const type & |
r | ) |
|
|
inline |
◆ operator++() [1/2]
type & real::type::operator++ |
( |
| ) |
|
|
inline |
◆ operator++() [2/2]
type real::type::operator++ |
( |
int |
| ) |
|
|
inline |
◆ operator+=() [1/2]
type & real::type::operator+= |
( |
const double |
r | ) |
|
|
inline |
◆ operator+=() [2/2]
type & real::type::operator+= |
( |
const type & |
r | ) |
|
|
inline |
◆ operator-()
type real::type::operator- |
( |
| ) |
const |
|
inline |
◆ operator--() [1/2]
type & real::type::operator-- |
( |
| ) |
|
|
inline |
◆ operator--() [2/2]
type real::type::operator-- |
( |
int |
| ) |
|
|
inline |
◆ operator-=() [1/2]
type & real::type::operator-= |
( |
const double |
r | ) |
|
|
inline |
◆ operator-=() [2/2]
type & real::type::operator-= |
( |
const type & |
r | ) |
|
|
inline |
◆ operator/=() [1/2]
type & real::type::operator/= |
( |
const double |
r | ) |
|
|
inline |
◆ operator/=() [2/2]
type & real::type::operator/= |
( |
const type & |
r | ) |
|
|
inline |
◆ operator=() [1/4]
type & real::type::operator= |
( |
const double & |
d | ) |
|
|
inline |
◆ operator=() [2/4]
type & real::type::operator= |
( |
const double |
r | ) |
|
|
inline |
◆ operator=() [3/4]
template<typename T >
type & real::type::operator= |
( |
const T |
d | ) |
|
|
inline |
Definition at line 53 of file real_type.hpp.
53{
d_ =
static_cast<double>(d);
return *
this; }
References d_.
◆ operator=() [4/4]
type & real::type::operator= |
( |
const type & |
r | ) |
|
|
inline |
◆ operator==()
bool real::type::operator== |
( |
const type & |
r | ) |
const |
|
inline |
◆ d_
Definition at line 82 of file real_type.hpp.
Referenced by real::abs(), real::acos(), real::acosh(), real::asin(), real::asinh(), real::atan(), real::atan2(), real::atanh(), real::ceil(), real::cos(), real::cosh(), real::cot(), real::csc(), real::d2g(), real::d2r(), real::equal(), real::exp(), real::expm1(), real::floor(), real::frac(), real::g2d(), exprtk::details::numeric::details::is_nan_impl(), real::log(), real::log10(), real::log2(), real::logn(), real::max(), real::min(), real::modulus(), operator bool(), operator T(), operator!=(), real::operator*(), operator*=(), operator*=(), real::operator+(), operator++(), operator++(), operator+=(), operator+=(), operator-(), real::operator-(), operator--(), operator--(), operator-=(), operator-=(), real::operator/(), operator/=(), operator/=(), real::operator<(), real::operator<=(), operator=(), operator=(), operator=(), operator=(), operator==(), real::operator>(), real::operator>=(), real::pow(), real::r2d(), real::sec(), real::sin(), real::sinh(), real::sqrt(), exprtk::details::string_to_real(), real::tan(), real::tanh(), and real::trunc().
The documentation for this struct was generated from the following file: