Public Member Functions | Public Attributes | Static Public Attributes | List of all members
util::dtoa::Fp Struct Reference

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
 

Detailed Description

Definition at line 71 of file float2decimal.h.


The documentation for this struct was generated from the following file: