Handlers for keys related to number theory: prime, even, odd, etc.
Handler for key ‘odd’ Test that an expression represents an odd number
Handler for key ‘prime’ Test that an expression represents a prime number. When the expression is a number the result, when True, is subject to the limitations of isprime() which is used to return the result.
Integer**Integer -> !Prime