![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
| DiyFp (uint64_t f, int e) | |
| void | Subtract (const DiyFp &other) |
| void | Multiply (const DiyFp &other) |
| void | Normalize () |
| uint64_t | f () const |
| int | e () const |
| void | set_f (uint64_t new_value) |
| void | set_e (int new_value) |
Static Public Member Functions | |
| static DiyFp | Minus (const DiyFp &a, const DiyFp &b) |
| static DiyFp | Times (const DiyFp &a, const DiyFp &b) |
| static DiyFp | Normalize (const DiyFp &a) |
Static Public Attributes | |
| static const int | kSignificandSize = 64 |