Number.h File Reference
#include <WString.h>
#include <Print.h>
#include <Data/BitSet.h>
#include <cmath>
Include dependency graph for Number.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ConfigDB::number_t
 Basic definition of base-10 floating point value. More...
 
struct  ConfigDB::const_number_t
 Compile-time constant number. More...
 
class  ConfigDB::Number
 Base-10 floating-point storage format. More...
 

Namespaces

 ConfigDB
 

Typedefs

using number_t = ConfigDB::number_t
 
using const_number_t = ConfigDB::const_number_t
 

Functions

String toString (number_t number)
 

Typedef Documentation

◆ const_number_t

◆ number_t

Function Documentation

◆ toString()

String toString ( number_t  number)
inline