threshhold ( n multiplier base -- x )


Vocabulary
units.reduction

Definition
USING: kernel math math.functions ;

IN: units.reduction

: threshhold ( n multiplier base -- x ) [ * ] dip swap ^ ;
inline