|
Smalltalk/X WebserverDocumentation of class 'ImaginaryResultError': |
|
|
Class: ImaginaryResultErrorInheritance:Object | +--GenericException | +--Exception | +--Error | +--ProceedableError | +--ArithmeticError | +--DomainError | +--ImaginaryResultError
Description:
Raised by square root functions when the functions-arg is negative,
so that the result would be imaginary.
For example,
-1 sqrt
Can be cought (see Complex >> trapImaginary) to automagically convert to Complex)
Class protocol:initialize |
|
|
ST/X 6.1.1; WebServer 1.620 at exept:8081; Wed, 23 May 2012 19:35:20 GMT
|