no-math-method ( left right generic -- * ) - Factor Documentation

no-math-method ( left right generic -- * )


Vocabulary
generic .math

Inputs
left an object
right an object
generic a generic


Outputs
None

Word description
Throws a no-math-method error.

Error description
Thrown by generic words using the math-combination method combination if there is no suitable method defined for the two inputs.

Definition
IN: generic.math

ERROR: no-math-method left right generic ;


Methods
USING: generic.math kernel summary ;

M: no-math-method summary drop "No suitable arithmetic method" ;

AltStyle によって変換されたページ (->オリジナル) /