Fix statistics-docs

db4
Samuel Tardieu 2008-01-12 23:05:02 +01:00
parent 64d47e5077
commit cafa8cf4a1
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"} }