Public Member Functions | |
| constexpr | Fp (uint64_t f_, int e_) |
| Fp | Sub (Fp y) const |
| Fp | Mul (Fp y) const |
| void | Normalize () |
| void | NormalizeTo (int e) |
Public Attributes | |
| uint64_t | f |
| int | e |
Static Public Attributes | |
| static constexpr int const | kPrecision = 64 |
Definition at line 71 of file float2decimal.h.
1.8.15