• R/O
  • SSH
  • HTTPS

descartes: Commit


Commit MetaInfo

Revision1506 (tree)
Time2011-12-18 19:10:48
Authorhniwa

Log Message

Renewal of manual and HELP of predicate related to ODE

Change Summary

Incremental Difference

--- trunk/descartes-doc/sysmodule-en.txt (revision 1505)
+++ trunk/descartes-doc/sysmodule-en.txt (revision 1506)
@@ -770,6 +770,38 @@
770770 Temporary FILE NAME is set as VAR
771771
772772
773+::sys <integral VAR VAL [constant]>
774+
775+ The value of VAL is integrated in the ODE predicate and it
776+ sets it to VAR variable. An initial value is set to constant.
777+
778+::sys <ODE [VAR] (VAR INIT END STEP) PRED-LIST>
779+
780+ Predicate that solves differential equation (ODE).
781+ The value to END is set from initial value INIT to variable
782+ VAR by the unit of STEP and the technical term of PRED-LIST
783+ is executed repeatedly.
784+
785+::sys <ODEcmd count cmd-list>
786+
787+ In the ODE predicate, cmd-list is executed at intervals of times count.
788+
789+::sys <ODEdiff VAR VAL [constant]>
790+
791+ The value of VAL is differentiated in the ODE predicate and
792+ it sets it to VAR variable.
793+ An initial value is set to constant.
794+
795+::sys <ODEprint count print-list>
796+
797+ In the ODE predicate, print is executed at intervals of times
798+ count.
799+ It changes line after it executes it.
800+
801+::sys <ODEprintf count print-list>
802+
803+ In the ODE predicate, printf is executed at intervals of times count.
804+
773805 ::sys <openr FILE-NAME PRED...>
774806
775807 The file of FILE-NAME is opened in postscript
@@ -838,9 +870,10 @@
838870 The character string is encoded in URL encode form.
839871 The result of the encryption is set to the variable.
840872
841-
842873 ::sys <gc>
843874
844875 A garbage collector is started.
845876
846877
878+
879+
--- trunk/descartes-doc/sysmodule.txt (revision 1505)
+++ trunk/descartes-doc/sysmodule.txt (revision 1506)
@@ -708,6 +708,36 @@
708708 テンポラリファイル名を変数に設定します。
709709
710710
711+::sys <integral VAR VAL [constant]>
712+
713+ ODE述語内で、VALの値を積分してVAR変数に設定する。
714+ 初期値はconstantに設定しておく。
715+
716+::sys <ODE [VAR] (VAR INIT END STEP) PRED-LIST>
717+
718+ 微分方程式(ODE)を解く述語。
719+ 初期値INITからSTEP単位でENDまでの値が変数VARに設定
720+ されて繰り返しPRED-LISTの術語を実行する。
721+
722+::sys <ODEcmd count cmd-list>
723+
724+ ODE述語内で、count回おきにcmd-listを実行する。
725+
726+::sys <ODEdiff VAR VAL [constant]>
727+
728+ ODE述語内で、VALの値を微分してVAR変数に設定する。
729+ 初期値はconstantに設定しておく。
730+
731+::sys <ODEprint count print-list>
732+
733+ ODE述語内で、count回おきにprintを実行する。
734+ 実行後は改行する。
735+
736+::sys <ODEprintf count print-list>
737+
738+ ODE述語内で、count回おきにprintfを実行する。
739+
740+
711741 ::sys <openr ファイル名 述語...>
712742
713743 ファイル名のファイルを読み取り用にオープンして、
@@ -775,4 +805,3 @@
775805
776806 ガーベージコレクタを起動します。
777807
778-
Show on old repository browser