TTMath  0.9.4
 C++ bignum library
ttmath Directory Reference

Files

file  ttmath.h [code]
 Mathematics functions.
 
file  ttmathbig.h [code]
 A Class for representing floating point numbers.
 
file  ttmathint.h [code]
 template class Int<uint>
 
file  ttmathmisc.h [code]
 some helpful functions
 
file  ttmathobjects.h [code]
 Mathematic functions.
 
file  ttmathparser.h [code]
 A mathematical parser.
 
file  ttmaththreads.h [code]
 Some objects used in multithreads environment.
 
file  ttmathtypes.h [code]
 constants used in the library
 
file  ttmathuint.h [code]
 template class UInt<uint>
 
file  ttmathuint_noasm.h [code]
 template class UInt<uint> with methods without any assembler code (used for no-asm version of ttmath)
 
file  ttmathuint_x86.h [code]
 template class UInt<uint> with assembler code for 32bit x86 processors
 
file  ttmathuint_x86_64.h [code]
 template class UInt<uint> with assembler code for 64bit x86_64 processors
 
file  ttmathuint_x86_64_msvc.asm [code]
 some asm routines for x86_64 when using Microsoft compiler