[Mathlib-commitlog] SF.net SVN: mathlib:[598] JMathLib/trunk/doc/src
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-01-01 13:46:24
|
Revision: 598
http://mathlib.svn.sourceforge.net/mathlib/?rev=598&view=rev
Author: st_mueller
Date: 2009-01-01 13:46:14 +0000 (Thu, 01 Jan 2009)
Log Message:
-----------
new dates and changed MathLib into JMathLib
Modified Paths:
--------------
JMathLib/trunk/doc/src/datatypes.xml
JMathLib/trunk/doc/src/doc.xml
JMathLib/trunk/doc/src/extendingandembedding.xml
Modified: JMathLib/trunk/doc/src/datatypes.xml
===================================================================
--- JMathLib/trunk/doc/src/datatypes.xml 2008-12-31 18:01:17 UTC (rev 597)
+++ JMathLib/trunk/doc/src/datatypes.xml 2009-01-01 13:46:14 UTC (rev 598)
@@ -67,7 +67,7 @@
<title>Variables</title>
<sect1 id="usage4">
<title >Usage</title >
- <simpara >Variables are used to store references to other MathLib datatypes.</simpara >
+ <simpara >Variables are used to store references to other JMathLib datatypes.</simpara >
<informalexample >
<simpara >>x = 5</simpara >
<simpara >5</simpara >
@@ -112,7 +112,7 @@
<simpara >a = 1 : b = 2 : c = 3 :</simpara >
</informalexample >
</sect1 >
- <sect1 id="mathibObject">
+ <sect1 id="jmathibObject">
<title >Internal - MathLibObject</title >
<simpara >
The structured data is stored as an array of <classname>Variable</classname> objects
@@ -123,7 +123,7 @@
<chapter id="casting">
<title>Casting</title>
<simpara>
- When an expression contains two different data types <application class="software">MathLib</application > looks for a special class
+ When an expression contains two different data types <application class="software">JMathLib</application > looks for a special class
to cast from one type to the other.
</simpara>
<simpara >It first looks for a class called</simpara >
Modified: JMathLib/trunk/doc/src/doc.xml
===================================================================
--- JMathLib/trunk/doc/src/doc.xml 2008-12-31 18:01:17 UTC (rev 597)
+++ JMathLib/trunk/doc/src/doc.xml 2009-01-01 13:46:14 UTC (rev 598)
@@ -58,22 +58,22 @@
<abstract>
<para>
-<ulink url="http://mathlib.sourceforge.net">JMathLib</ulink>
-or
-<ulink url="http://www.jmathlib.de">JMathLib New Homepage</ulink>
+<ulink url="http://www.jmathlib.de">JMathLib</ulink>
is a program to evaluate of mathematical functions
designed to be used in evaluating complex expressions and
display the results graphically. It can be used either
-interactively or to interpret script files. It's designed to
+interactively or to interpret script files. It is designed to
work almost like
<ulink url="http://www.mathworks.com">Matlab</ulink>,
<ulink url="http://www.gnu.org/software/octave/">Octave</ulink>,
<ulink url="http://freemat.sourceforge.net">FreeMat</ulink> or
<ulink url="http://www.scilab.org">Scilab</ulink>.
+The link to the sourcecode repository can be found at
+<ulink url="http://sourceforge.net/projects/mathlib/">Sourceforge</ulink>.
</para>
</abstract>
-<pubdate>November 30, 2008</pubdate>
+<pubdate>January 1, 2009</pubdate>
<releaseinfo><para><emphasis>
Modified: JMathLib/trunk/doc/src/extendingandembedding.xml
===================================================================
--- JMathLib/trunk/doc/src/extendingandembedding.xml 2008-12-31 18:01:17 UTC (rev 597)
+++ JMathLib/trunk/doc/src/extendingandembedding.xml 2009-01-01 13:46:14 UTC (rev 598)
@@ -27,14 +27,14 @@
<para>
The following is an example on how to use JMathLib as a java applet.
The basic java applet is called using the class
-<code>MathLib.UI.Applet.MathLibGUI.class</code>.
+<code>jmathlib.ui.applet.JMathLibGUI.class</code>.
</para>
<para>
The following code is an example for usage in mozilla.
<programlisting>
-<applet CODE = "jmathlib.ui.applet.JathLibGUI.class"
+<applet CODE = "jmathlib.ui.applet.JMathLibGUI.class"
CODEBASE = "Classes" ARCHIVE = "JMathLibSmallApplet.jar"
WIDTH = "700" HEIGHT = "400"
ALIGN = "middle"
@@ -76,17 +76,17 @@
<chapter id="perl">
<title >Access <application class="software">JMathLib</application > From Perl</title >
<simpara >
- The tools/perl/MathLib.pm file allows Perl programs to create objects of the <application class="software">MathLib</application >
+ The tools/perl/MathLib.pm file allows Perl programs to create objects of the <application class="software">JMathLib</application >
program and access it's functions. Though with the following caveats.
</simpara >
<simpara >
- 1) The <application class="software">MathLib</application > modules requires the JVM.pm module (available from CPAN).
+ 1) The <application class="software">JMathLib</application > modules requires the JVM.pm module (available from CPAN).
</simpara >
<simpara >
2) This module has so far only been successfully installed under Linux
</simpara >
<simpara >
- 3) Not all of the functionality of <application class="software">MathLib</application > is available from the module.
+ 3) Not all of the functionality of <application class="software">JMathLib</application > is available from the module.
</simpara >
</chapter>
@@ -94,7 +94,7 @@
<chapter id="extending">
<title >Extending <application class="software">JMathLib</application ></title >
<simpara >
- There are two ways to add add extra functions to the <application class="software">MathLib</application >. These are:
+ There are two ways to add add extra functions to the <application class="software">JMathLib</application >. These are:
</simpara >
<simpara >1) m files</simpara >
<simpara >2) External Functions</simpara >
@@ -102,7 +102,7 @@
<sect1 id="mFiles">
<title >m Files</title >
<simpara >
- M files are script files written in the <application class="software">MathLib</application > language.
+ M files are script files written in the <application class="software">JMathLib</application > language.
</simpara >
<para>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|