]> www.ginac.de Git - cln.git/commit
Remove CL_REQUIRE/CL_PROVIDE(cl_I_doublefactorial) as it's unnecessary.
authorAlexei Sheplyakov <varg@theor.jinr.ru>
Thu, 21 Aug 2008 12:02:59 +0000 (16:02 +0400)
committerAlexei Sheplyakov <varg@theor.jinr.ru>
Wed, 27 Aug 2008 04:41:06 +0000 (08:41 +0400)
commit7d93d4d6699427362004ba8998ca0b52c898f129
tree5f995b152ed4b1d5126be84ed453110d9e5a3ca0
parent58de93cddb10a2c798219e0686319a562eac63f4
Remove CL_REQUIRE/CL_PROVIDE(cl_I_doublefactorial) as it's unnecessary.

The only user of doublefakul_table array is doublefactorial function, so
put that array inside it in order to avoid possible static initialization
order problems.
src/integer/misc/combin/cl_I_doublefactorial.cc