% Function COMPLEXP
Function COMPLEXP
complexp
object => generalized-boolean
object - オブジェクト
generalized-boolean - generalized-boolean
objectが型complex
のときはtrueを、
それ以外のときはfalseを返却します。
(complexp 1.2d2) => false
(complexp #c(5/3 7.2)) => true
なし。
なし。
なし。
complex
(function),
complex
(type),
typep
(complexp object) == (typep object 'complex)