Used pow2(x) instead of x * x where appropriate.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 20 Sep 2008 01:35:58 +0000 (09:35 +0800)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 20 Sep 2008 01:35:58 +0000 (09:35 +0800)
commit08590721e2938b1a7db320bfac2d4f1f86afa717
tree51532c727c46f3e645aabe3b20f8c85450d629e3
parent502855f1d746c4acf920006326daa8c86a561a5b
Used pow2(x) instead of x * x where appropriate.
src/language/expressions/helpers.c
src/language/stats/crosstabs.q
src/language/stats/oneway.q
src/language/stats/t-test.q
src/math/ts/innovations.c