[amp_mcq option1=”(number )” option2=”(numberp )” option3=”(numericp )” option4=”(numeric ) E. None of the above” correct=”option2″]
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.