Expand description
Contains functionality for working with numbers.
Functionsยง
- is_
prime - Returns
true
if the given number is prime,false
otherwise. - next_
prime - Returns the next prime number after the given number.
- not_
prime - Returns false if the given number is prime, true otherwise.
- succ
- Returns the successor of the given number.