log2-expects-positive ( x -- * )


Vocabulary
math

Definition
IN: math

TUPLE: log2-expects-positive { x read-only } ;


USING: kernel ;

IN: math

: log2-expects-positive ( x -- * )
\ log2-expects-positive boa throw ;