Mercurial > hg > octave-lyh
comparison scripts/specfun/factor.m @ 6248:7fad1fad19e1
[project @ 2007-01-22 17:28:17 by jwe]
author | jwe |
---|---|
date | Mon, 22 Jan 2007 17:29:53 +0000 |
parents | 1fe78adb91bc |
children | 8b0cfeb06365 |
comparison
equal
deleted
inserted
replaced
6247:7b04118f04df | 6248:7fad1fad19e1 |
---|---|
24 ## Return prime factorization of @var{q}. That is @code{prod (@var{p}) | 24 ## Return prime factorization of @var{q}. That is @code{prod (@var{p}) |
25 ## == @var{q}}. If @code{@var{q} == 1}, returns 1. | 25 ## == @var{q}}. If @code{@var{q} == 1}, returns 1. |
26 ## | 26 ## |
27 ## With two output arguments, returns the uniques primes @var{p} and | 27 ## With two output arguments, returns the uniques primes @var{p} and |
28 ## their mulyiplicities. That is @code{prod (@var{p} .^ @var{n}) == | 28 ## their mulyiplicities. That is @code{prod (@var{p} .^ @var{n}) == |
29 ## @var{q}). | 29 ## @var{q}}. |
30 ## | 30 ## |
31 ## @end deftypefn | 31 ## @end deftypefn |
32 | 32 |
33 ## Author: Paul Kienzle | 33 ## Author: Paul Kienzle |
34 | 34 |