default-math-method ( generic -- quot ) - Factor Documentation

default-math-method ( generic -- quot )


Vocabulary
generic .math

Inputs
generic an object


Outputs
quot an object


Definition
USING: kernel ;

IN: generic.math

: default-math-method ( generic -- quot )
[ no-math-method ] curry ;

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