Wolframe, 0.0.3

bignumber.hpp File Reference

Type for representing arbitrary precision fixed point numbers and big integers as binary coded decimal (BCD) numbers. More...

#include "types/integer.hpp"
#include <string>
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Classes

class  _Wolframe::types::BigNumber
 Type for representing big numbers as binary coded decimal (BCD) numbers. More...
 
class  _Wolframe::types::BigNumberConst
 Constant big number that is not owned by the structure (caller has ownership) More...
 

Namespaces

 _Wolframe
 Toplevel Wolframe namespace.
 
 _Wolframe::types
 Basic data types (implemented in the core library libwolframe)
 

Detailed Description

Type for representing arbitrary precision fixed point numbers and big integers as binary coded decimal (BCD) numbers.