Lines Matching refs:factor
69 * factor: (coreutils)factor invocation. Print prime factors
213 * Numeric operations:: factor numfmt seq
470 * factor invocation:: Print prime factors
4927 a factor of log @var{n}. Also see @ref{nproc invocation}.
18401 $ nice factor 4611686018427387903
18911 * factor invocation:: Show factors of numbers.
18917 @node factor invocation
18918 @section @command{factor}: Print prime factors
18920 @pindex factor
18923 @command{factor} prints prime factors. Synopsis:
18926 factor [@var{option}]@dots{} [@var{number}]@dots{}
18929 If no @var{number} is specified on the command line, @command{factor} reads
18944 $ factor --exponents 3000
18950 typical machines), @command{factor} uses a faster algorithm.
18959 $ bash -c "time factor $n"
18967 For larger numbers, @command{factor} uses a slower algorithm. On the
18970 about 750 ms to factor @math{2^{127} - 3} instead of the 50 ms needed by
18974 algorithm used by @command{factor} is particularly effective for
18975 numbers with relatively small factors. If you wish to factor large