]> www.ginac.de Git - cln.git/commit
Remove CL_REQUIRE/CL_PROVIDE(cl_I_factorial) as it's not really necessary.
authorAlexei Sheplyakov <varg@theor.jinr.ru>
Thu, 21 Aug 2008 11:58:06 +0000 (15:58 +0400)
committerAlexei Sheplyakov <varg@theor.jinr.ru>
Wed, 27 Aug 2008 04:41:06 +0000 (08:41 +0400)
commit58de93cddb10a2c798219e0686319a562eac63f4
tree775f5fbf044dd3e828880acc33f78b56c1c2daa4
parent2ee2f088755c856d4eed429ed7fcdf4ca519ae00
Remove CL_REQUIRE/CL_PROVIDE(cl_I_factorial) as it's not really necessary.

factorial() is the only function which uses fakul_table[] array, so move
it into that function in order to avoid possible static initialization
order problems.
include/cln/integer.h
src/integer/misc/combin/cl_I_factorial.cc