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


Vocabulary
generic.math

Inputs
leftan object
rightan object
generica 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


Methods

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