|   | 
 ANSI Common Lisp    12 Numbers    12.2 Dictionary of Numbers
 
| 12.2.79  arithmetic-error-operands, arithmetic-error-operation | 
Function | 
  
 - Syntax:
 - 
arithmetic-error-operands
condition
  
  operands
arithmetic-error-operation
condition
    operation
 
  - Arguments and Values:
 - 
condition - a condition of type arithmetic-error.
operands - a list.
 
operation - a function designator.
 
  - Description:
 - 
arithmetic-error-operands returns a list of the operands 
which were used in the offending call to the operation that signaled 
the condition.
arithmetic-error-operation returns a list of 
the offending operation in the offending call that signaled the condition.
 
 
  - See Also:
 - 
arithmetic-error,
Chapter 9 Conditions
  - Notes:
 - 
  - Allegro CL Implementation Details:
 - 
 None.
  
 |