Library for big numbers from http://www.ttmath.org/

Dependents:   PIDHeater82 Conceptcontroller_v_1_0 AlarmClockApp COG4050_adxl355_tilt ... more

Embed: (wiki syntax)

« Back to documentation index

ttmathtypes.h File Reference

ttmathtypes.h File Reference

constants used in the library More...

Go to the source code of this file.

Data Structures

struct  Conv
class  StopCalculating
class  ExceptionInfo
class  ReferenceError
class  RuntimeError

Namespaces

namespace  ttmath
 

a namespace for the TTMath library


Typedefs

typedef unsigned int uint
typedef unsigned long long int ulint

Enumerations

enum  LibTypeCode
enum  ErrorCode

Detailed Description

constants used in the library

As our library is written in header files (templates) we cannot use constants like 'const int' etc. because we should have some source files .cpp to define this variables. Only what we can have are constants defined by define preprocessor macros.

All macros are preceded by TTMATH_ prefix

Definition in file ttmathtypes.h.