Audacity 3.2.0
Public Attributes | List of all members
internal::dtoa_impl::cached_power Struct Reference

Public Attributes

std::uint64_t f
 
int e
 
int k
 

Detailed Description

Definition at line 446 of file ToChars.cpp.

Member Data Documentation

◆ e

int internal::dtoa_impl::cached_power::e

Definition at line 449 of file ToChars.cpp.

Referenced by internal::dtoa_impl::grisu2().

◆ f

std::uint64_t internal::dtoa_impl::cached_power::f

Definition at line 448 of file ToChars.cpp.

Referenced by internal::dtoa_impl::grisu2().

◆ k

int internal::dtoa_impl::cached_power::k

Definition at line 450 of file ToChars.cpp.

Referenced by internal::dtoa_impl::grisu2().


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