Package ancheta.Matematicas
Class NumerosPrimos
- java.lang.Object
-
- ancheta.Matematicas.NumerosPrimos
-
public class NumerosPrimos extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NumerosPrimos()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<java.lang.Integer>
darPrimos(int inicio, int fin)
static boolean
esPrimo(long n)
static java.util.List<java.lang.Integer>
factoresPrimos(int n)
-