Vocabularygeneric.
mathInputsOutputsWord descriptionGenerates a definition for
word when the two inputs are instances of
class1 and
class2, respectively.
ExamplesUSING: generic.math math prettyprint ;
\ + fixnum float math-method .
[ { fixnum float } declare [ >float ] dip M\ float + ]
Definition