# HG changeset patch # User Arun Giridhar # Date 1667857839 18000 # Node ID 870036573716139a9e3a162ecceeabe40de2424a # Parent 97057039b835df0df8bd7e08ad1da6129a8a07f5 NEWS.8.md: Add text about factor behavior. diff -r 97057039b835 -r 870036573716 etc/NEWS.8.md --- a/etc/NEWS.8.md Mon Nov 07 18:21:23 2022 +0100 +++ b/etc/NEWS.8.md Mon Nov 07 16:50:39 2022 -0500 @@ -29,6 +29,10 @@ outward normal vectors. Input type checking has also been added for improved error handling. +- `factor` now factorizes all 64-bit integers in roughly the same time. + Previously, the product of two large primes took much longer to factorize + than highly composite inputs. + - `Refine` option is now implemented in functions `ode45`, `ode23`, and `ode23s`.