Package | Description |
---|---|
org.josef.science.math |
Mathematical related classes.
|
Modifier and Type | Method and Description |
---|---|
static List<PrimeFactor> |
PrimeFactor.factorize(BigInteger value)
Factorizes the supplied BigInteger value into its prime factors.
|
static List<PrimeFactor> |
PrimeFactor.factorize(long value)
Factorizes the supplied long value into its prime factors.
|
Copyright © 2008–2018. All rights reserved.