V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::PowersOfTenCache Class Reference

Static Public Member Functions

static void GetCachedPowerForBinaryExponentRange (int min_exponent, int max_exponent, DiyFp *power, int *decimal_exponent)
 
static void GetCachedPowerForDecimalExponent (int requested_exponent, DiyFp *power, int *found_exponent)
 

Static Public Attributes

static const int kDecimalExponentDistance = 8
 
static const int kMinDecimalExponent = -348
 
static const int kMaxDecimalExponent = 340
 

Detailed Description

Definition at line 14 of file cached-powers.h.


The documentation for this class was generated from the following files: