From: John Benediktsson Date: Tue, 23 Mar 2021 00:31:51 +0000 (-0700) Subject: math.runge-kutta: fix help-lint. X-Git-Tag: 0.99~2386 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=e8fb249dc1560d3aae8b40da3f31b155da5abc07 math.runge-kutta: fix help-lint. --- diff --git a/extra/math/runge-kutta/runge-kutta-docs.factor b/extra/math/runge-kutta/runge-kutta-docs.factor index b008c04a0b..66279768df 100644 --- a/extra/math/runge-kutta/runge-kutta-docs.factor +++ b/extra/math/runge-kutta/runge-kutta-docs.factor @@ -1,7 +1,8 @@ -USING: help.markup help.syntax ; +USING: help.markup help.syntax kernel ; IN: math.runge-kutta HELP: +{ $values { "dxn..n/dt" object } { "delta" object } { "initial-state" object } { "t-limit" object } { "seq" object } } { $description "Simple runge-kutta implementation for generating 4th-order approximated solutions for a set of first order differential equations" } { $examples "A lorenz attractor is a popular system to model with this: "