deviation ( length -- n )


Vocabulary
wrap

Definition
USING: math namespaces ;

IN: wrap

: deviation ( length -- n ) line-ideal get - sq ;