diff --git a/src/lsp/numlib.lsp b/src/lsp/numlib.lsp index dc72a8f19..46dde4672 100644 --- a/src/lsp/numlib.lsp +++ b/src/lsp/numlib.lsp @@ -128,6 +128,7 @@ zero. Otherwise, returns the value of (/ NUMBER (ABS NUMBER))" "Args: (radians) Returns a complex number whose realpart and imagpart are the values of (COS RADIANS) and (SIN RADIANS) respectively." + (declare (ext:check-arguments-type)) (exp (* imag-one x))) #-ecl-min