(number <object>)
(numberp <object>)
(numericp <object>)
(numeric <object>) E. None of the above
Answer is Wrong!
Answer is Right!
The correct answer is B. (numberp ).
The function (numberp ) returns t if the object is a number.
The function (numericp ) returns t if the object is a number or a string that can be converted to a number.
The function (numeric ) returns the object as a number.
The function (number ) is not a valid function in Lisp.