Public Member Functions | |
| ndGoogol (ndFloat64 value) | |
| operator double () const | |
| ndGoogol | operator+ (const ndGoogol &A) const |
| ndGoogol | operator- (const ndGoogol &A) const |
| ndGoogol | operator* (const ndGoogol &A) const |
| ndGoogol | operator/ (const ndGoogol &A) const |
| ndGoogol | operator+= (const ndGoogol &A) |
| ndGoogol | operator-= (const ndGoogol &A) |
| bool | operator> (const ndGoogol &A) const |
| bool | operator>= (const ndGoogol &A) const |
| bool | operator< (const ndGoogol &A) const |
| bool | operator<= (const ndGoogol &A) const |
| bool | operator== (const ndGoogol &A) const |
| bool | operator!= (const ndGoogol &A) const |
| ndGoogol | Abs () const |
| ndGoogol | Sqrt () const |
| ndGoogol | InvSqrt () const |
| ndGoogol | Floor () const |
| void | Trace () const |
| void | ToString (char *const string) const |
Static Public Attributes | |
| static D_CORE_API ndGoogol | m_zero |
| static D_CORE_API ndGoogol | m_one |
| static D_CORE_API ndGoogol | m_two |
| static D_CORE_API ndGoogol | m_three |
| static D_CORE_API ndGoogol | m_half |