#include <Float.h>
Public Member Functions | |
| Float (long double value) | |
| Float & | operator= (long double &rop) |
| Float & | operator+= (const Float &rhs) |
| Float & | operator-= (const Float &rhs) |
| Float & | operator*= (const Float &rhs) |
| Float & | operator/= (const Float &rhs) |
| operator long double () | |
Public Attributes | |
| long double | value = 0.0 |
| bool | initialized = false |
Friends | |
| std::istream & | operator>> (std::istream &lop, Float &rop) |
A floating point number. The range is unspecified and not limited.
1.8.13