Merge commit 'oneeyed/for-slava'

db4
Slava Pestov 2008-01-12 17:24:58 -05:00
commit b2a2767c95
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
USING: math.statistics help.markup help.syntax debugger ;
USING: help.markup help.syntax debugger ;
IN: math.statistics
HELP: geometric-mean
{ $values { "seq" "a sequence of numbers" } { "n" "a non-negative real number"} }