Smalltalk/X WebserverDocumentation of class 'DomainError': | |
Class: DomainErrorInheritance:Object | +--GenericException | +--Exception | +--Error | +--ProceedableError | +--ExecutionError | +--ArithmeticError | +--DomainError | +--ImaginaryResultError | +--IncompatibleMatrixError | +--InfiniteResultError | +--UndefinedResultError | +--ZeroDivide
Description:Raised by certain mathematical functions when the function-arg's value is not within the allowed domain. For example, arcSin receiver not in -1..1 or log receiver <= 0 Also raised when checked-converting numbers to another representation, and the number cannot be represented. For example: (10 raisedTo:310) asFloatChecked Class protocol:accessingInstance protocol:accessing default values
|
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 06:43:29 GMT |