Subtracts the second and following numbers from the first and returns the difference
Divides the first number by the product of the remaining numbers and returns the quotient
Returns T if each argument is numerically less than the argument to its right; otherwise nil
Returns T if each argument is numerically less than or equal to the argument to its right; otherwise returns nil
Returns T if each argument is numerically greater than the argument to its right; otherwise returns nil
Returns T if each argument is numerically greater than or equal to the argument to its right; otherwise returns nil