frac ( x -- x' )


Vocabulary
math.statistics

Definition
USING: kernel math math.functions ;

IN: math.statistics

: frac ( x -- x' ) >fraction [ /mod nip ] keep / ; inline