Custom precision real numbers.
More...
#include <real_number.hpp>
|
|
| real_number (const value_type &v) |
|
| real_number (const self_type &that) |
|
self_type | abs () const |
|
bool | operator< (const self_type &that) const |
|
bool | operator<= (const self_type &that) const |
|
bool | operator> (const self_type &that) const |
|
bool | operator>= (const self_type &that) const |
|
bool | operator== (const self_type &that) const |
|
bool | operator!= (const self_type &that) const |
|
self_type | operator+ (const self_type &that) const |
|
self_type | operator- (const self_type &that) const |
|
self_type | operator* (const self_type &that) const |
|
self_type | operator/ (const self_type &that) const |
|
self_type & | operator+= (const self_type &that) |
|
self_type & | operator-= (const self_type &that) |
|
self_type & | operator*= (const self_type &that) |
|
self_type & | operator/= (const self_type &that) |
|
std::ostream & | output (std::ostream &os) const |
|
template<typename U> |
| | operator U () const |
template<typename T>
class claw::real_number< T >
Custom precision real numbers.
- Author
- Julien Jorge
Definition at line 67 of file real_number.hpp.
◆ self_type
◆ value_type
The documentation for this class was generated from the following file: