<html>
<body>
-This package provides a representation of most of the Scilab datatypes.<br />
-<br />
+This package provides a representation of most of the Scilab datatypes.<br>
+<br>
-Example:<br />
+Example:<br>
<code>
-double [][]a={{21.2, 22.0, 42.0, 39.0},{23.2, 24.0, 44.0, 40.0}};<br />
+double [][]a={{21.2, 22.0, 42.0, 39.0},{23.2, 24.0, 44.0, 40.0}};<br>
ScilabDouble aMatrix = new ScilabDouble(a);
</code>
</body>