ttmath/ttmath
Tomasz Sowa 53547cfab5 * added: global Gamma() function
* added:   gamma() function to the parser
* added:   Big::IsInteger() method
           returns true if the value is integer
* added:   CGamma<ValueType> class
           is used with Gamma() and Factorial() in multithreaded environment
* changed: Factorial() is using the Gamma() function now
* removed: Parser<>::SetFactorialMax() method
           the factorial() is such a fast now that we don't need the method longer
* removed: ErrorCode::err_too_big_factorial



git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@178 e52654a7-88a9-db11-a3e9-0013d4bc506e
2009-07-16 03:22:29 +00:00
..
ttmath.h * added: global Gamma() function 2009-07-16 03:22:29 +00:00
ttmathbig.h * added: global Gamma() function 2009-07-16 03:22:29 +00:00
ttmathint.h added: support for wide characters (wchar_t) 2009-07-02 01:04:25 +00:00
ttmathobjects.h * added: global Gamma() function 2009-07-16 03:22:29 +00:00
ttmathparser.h * added: global Gamma() function 2009-07-16 03:22:29 +00:00
ttmathtypes.h * added: global Gamma() function 2009-07-16 03:22:29 +00:00
ttmathuint.h added: support for wide characters (wchar_t) 2009-07-02 01:04:25 +00:00
ttmathuint_noasm.h added: support for wide characters (wchar_t) 2009-07-02 01:04:25 +00:00
ttmathuint_x86.h added: support for wide characters (wchar_t) 2009-07-02 01:04:25 +00:00
ttmathuint_x86_64.h added: support for wide characters (wchar_t) 2009-07-02 01:04:25 +00:00