diff options
author | Kevin B Kenny <kennykb@acm.org> | 2006-12-01 19:59:59 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2006-12-01 19:59:59 (GMT) |
commit | 339ca1b05809a2057811f8afa91f753e7482dc0f (patch) | |
tree | 583e2aa907472a929b1df844211858394e6f224a /ChangeLog | |
parent | 987906704f34c52aac4787e16dcbbc9d41ddbd48 (diff) | |
download | tcl-339ca1b05809a2057811f8afa91f753e7482dc0f.zip tcl-339ca1b05809a2057811f8afa91f753e7482dc0f.tar.gz tcl-339ca1b05809a2057811f8afa91f753e7482dc0f.tar.bz2 |
TIP#299 IMPLEMENTATION
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -4,6 +4,14 @@ * libtommath/bn_mp_div.c: bollixed 'cvs merge' operation * libtommath/bncore.c: that inadvertently committed some * libtommath/tommath_class.h: half-developed code. + + TIP#299 IMPLEMENTATION + + * doc/mathfunc.n: Added isqrt() function to docs + * generic/tclBasic.c: Added isqrt() math function (ExprIsqrtFunc) + * tests/expr.test (expr-47.*): Added tests for isqrt() + * tests/info.test (info-20.2): Added isqrt() to expected math + funcs. 2006-12-01 Don Porter <dgp@users.sourceforge.net> |