Mercurial > hg > octave-nkf
diff scripts/ChangeLog @ 10657:c6833d31f34e
optimize primes and isprime
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 25 May 2010 13:46:22 +0200 |
parents | ca836bcdf85e |
children | c66a4657d764 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2010-05-25 Jaroslav Hajek <highegg@gmail.com> + + * specfun/primes.m: Use logical masks rather than numeric. + * specfun/isprime.m: Rewrite using isprime. + 2010-05-25 Jaroslav Hajek <highegg@gmail.com> * miscellaneous/unimplemented.m: Don't mention onCleanup (supported).