pub fn next_prime(number: i128) -> i128
Expand description

Gets the next biggest prime and returns it as a signed integer of maximum length 128.