27. Java Primality Test - Java | BigNumber | Hackerrank

Опубликовано: 19 Август 2018
на канале: Learn to code
8,124
58

public boolean isProbablePrime(int certainty)
Returns true if this BigInteger is probably prime, false if it's definitely composite. If certainty is ≤ 0, true is returned.
Parameters:
certainty - a measure of the uncertainty that the caller is willing to tolerate: if the call returns true the probability that this BigInteger is prime exceeds (1 - 1/2certainty). The execution time of this method is proportional to the value of this parameter.
Returns:
true if this BigInteger is probably prime, false if it's definitely composite.


--https://docs.oracle.com/javase/7/docs...


Смотрите видео 27. Java Primality Test - Java | BigNumber | Hackerrank онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Learn to code 19 Август 2018, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 8,12 раз и оно понравилось 5 людям.