RubMat 2.1.6 → 2.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +2 -0
- data/Rakefile +2 -2
- data/bin/{rubmat.rb → rubmat} +0 -0
- data/doc/apple-touch-icon.png +0 -0
- data/doc/classes/Fixnum.html +394 -0
- data/doc/classes/Fixnum.src/M000019.html +18 -0
- data/doc/classes/Fixnum.src/M000020.html +18 -0
- data/doc/classes/Fixnum.src/M000021.html +18 -0
- data/doc/classes/Fixnum.src/M000022.html +18 -0
- data/doc/classes/Fixnum.src/M000023.html +18 -0
- data/doc/classes/GetOpt.html +135 -0
- data/doc/classes/Object.html +2636 -0
- data/doc/created.rid +1 -0
- data/doc/css/main.css +278 -0
- data/doc/css/panel.css +383 -0
- data/doc/css/reset.css +53 -0
- data/doc/favicon.ico +0 -0
- data/doc/files/LICENSE.html +74 -0
- data/doc/files/README.html +73 -0
- data/doc/files/README_md.html +73 -0
- data/doc/files/Rakefile.html +116 -0
- data/doc/files/bin/librbdiscrete_rb.html +93 -0
- data/doc/files/lib/fixnumexpand_rb.html +59 -0
- data/doc/files/lib/help_rb.html +52 -0
- data/doc/files/lib/librbdiscrete_rb.html +93 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000001.html +22 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000002.html +29 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000003.html +21 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000004.html +28 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000005.html +22 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000006.html +31 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000007.html +18 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000008.html +22 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000009.html +18 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000010.html +22 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000011.html +28 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000012.html +28 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000013.html +18 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000014.html +18 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000015.html +18 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000016.html +32 -0
- data/doc/files/lib/librbdiscrete_rb.src/M000017.html +22 -0
- data/doc/files/lib/main_rb.html +76 -0
- data/doc/files/lib/statics_yml.html +63 -0
- data/doc/files/nbproject/private/private_xml.html +67 -0
- data/doc/files/nbproject/private/rake-d_txt.html +62 -0
- data/doc/files/nbproject/project_properties.html +60 -0
- data/doc/files/nbproject/project_xml.html +79 -0
- data/doc/files/pkg/RubMat-2_1_5/LICENSE.html +74 -0
- data/doc/files/pkg/RubMat-2_1_5/README.html +73 -0
- data/doc/files/pkg/RubMat-2_1_5/Rakefile.html +116 -0
- data/doc/files/pkg/RubMat-2_1_5/bin/librbdiscrete_rb.html +86 -0
- data/doc/files/pkg/RubMat-2_1_5/lib/fixnumexpand_rb.html +59 -0
- data/doc/files/pkg/RubMat-2_1_5/lib/librbdiscrete_rb.html +86 -0
- data/doc/files/pkg/RubMat-2_1_5/lib/main_rb.html +77 -0
- data/doc/files/pkg/RubMat-2_1_5/lib/statics_yml.html +63 -0
- data/doc/files/test/testprocedure_rb.html +59 -0
- data/doc/files/test/testprocedure_rb.src/M000018.html +18 -0
- data/doc/fr_class_index.html +27 -0
- data/doc/fr_file_index.html +30 -0
- data/doc/fr_method_index.html +49 -0
- data/doc/i/arrows.png +0 -0
- data/doc/i/results_bg.png +0 -0
- data/doc/i/tree_bg.png +0 -0
- data/doc/index.html +14 -0
- data/doc/js/jquery-1.3.2.min.js +19 -0
- data/doc/js/jquery-effect.js +593 -0
- data/doc/js/main.js +22 -0
- data/doc/js/searchdoc.js +628 -0
- data/doc/panel/index.html +71 -0
- data/doc/panel/search_index.js +1 -0
- data/doc/panel/tree.js +1 -0
- data/doc/rdoc-style.css +208 -0
- data/pkg/RubMat-2.1.5.gem +0 -0
- data/pkg/RubMat-2.1.5/LICENSE +17 -0
- data/pkg/RubMat-2.1.5/README +11 -0
- data/pkg/RubMat-2.1.5/Rakefile +42 -0
- data/pkg/RubMat-2.1.5/RubMat.png +0 -0
- data/pkg/RubMat-2.1.5/gplv3.png +0 -0
- data/pkg/RubMat-2.1.5/lib/fixnumexpand.rb +35 -0
- data/pkg/RubMat-2.1.5/lib/librbdiscrete.rb +412 -0
- data/pkg/RubMat-2.1.5/lib/main.rb +13 -0
- data/pkg/RubMat-2.1.5/lib/statics.yml +4 -0
- data/rubmat.gemspec +22 -0
- data/test/testprocedure.rb +8 -0
- metadata +110 -16
data/doc/css/reset.css
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/* http://meyerweb.com/eric/tools/css/reset/ */
|
|
2
|
+
/* v1.0 | 20080212 */
|
|
3
|
+
|
|
4
|
+
html, body, div, span, applet, object, iframe,
|
|
5
|
+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
6
|
+
a, abbr, acronym, address, big, cite, code,
|
|
7
|
+
del, dfn, em, font, img, ins, kbd, q, s, samp,
|
|
8
|
+
small, strike, strong, sub, sup, tt, var,
|
|
9
|
+
b, u, i, center,
|
|
10
|
+
dl, dt, dd, ol, ul, li,
|
|
11
|
+
fieldset, form, label, legend,
|
|
12
|
+
table, caption, tbody, tfoot, thead, tr, th, td {
|
|
13
|
+
margin: 0;
|
|
14
|
+
padding: 0;
|
|
15
|
+
border: 0;
|
|
16
|
+
outline: 0;
|
|
17
|
+
font-size: 100%;
|
|
18
|
+
vertical-align: baseline;
|
|
19
|
+
background: transparent;
|
|
20
|
+
}
|
|
21
|
+
body {
|
|
22
|
+
line-height: 1;
|
|
23
|
+
}
|
|
24
|
+
ol, ul {
|
|
25
|
+
list-style: none;
|
|
26
|
+
}
|
|
27
|
+
blockquote, q {
|
|
28
|
+
quotes: none;
|
|
29
|
+
}
|
|
30
|
+
blockquote:before, blockquote:after,
|
|
31
|
+
q:before, q:after {
|
|
32
|
+
content: '';
|
|
33
|
+
content: none;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/* remember to define focus styles! */
|
|
37
|
+
:focus {
|
|
38
|
+
outline: 0;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
/* remember to highlight inserts somehow! */
|
|
42
|
+
ins {
|
|
43
|
+
text-decoration: none;
|
|
44
|
+
}
|
|
45
|
+
del {
|
|
46
|
+
text-decoration: line-through;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
/* tables still need 'cellspacing="0"' in the markup */
|
|
50
|
+
table {
|
|
51
|
+
border-collapse: collapse;
|
|
52
|
+
border-spacing: 0;
|
|
53
|
+
}
|
data/doc/favicon.ico
ADDED
|
Binary file
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
5
|
+
<head>
|
|
6
|
+
<title>LICENSE</title>
|
|
7
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
8
|
+
<link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
|
|
9
|
+
<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
|
|
10
|
+
<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
|
11
|
+
<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
|
12
|
+
<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
|
|
13
|
+
</head>
|
|
14
|
+
|
|
15
|
+
<body>
|
|
16
|
+
<div class="banner">
|
|
17
|
+
<h1>
|
|
18
|
+
LICENSE
|
|
19
|
+
</h1>
|
|
20
|
+
<ul class="files">
|
|
21
|
+
<li>LICENSE</li>
|
|
22
|
+
<li>Last modified: Wed Jun 22 00:51:00 +0300 2011</li>
|
|
23
|
+
</ul>
|
|
24
|
+
</div>
|
|
25
|
+
|
|
26
|
+
<div id="bodyContent">
|
|
27
|
+
<div id="content">
|
|
28
|
+
|
|
29
|
+
<div class="description">
|
|
30
|
+
<h2>RubMat ==</h2>
|
|
31
|
+
<pre>
|
|
32
|
+
RubMat == Discrete Mathematics solver and Usable Library
|
|
33
|
+
Copyright (C) <2011> <Mahmut Bulut>
|
|
34
|
+
|
|
35
|
+
This program is free software: you can redistribute it and/or modify
|
|
36
|
+
it under the terms of the GNU General Public License as published by
|
|
37
|
+
the Free Software Foundation, either version 3 of the License, or
|
|
38
|
+
(at your option) any later version.
|
|
39
|
+
|
|
40
|
+
This program is distributed in the hope that it will be useful,
|
|
41
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
42
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
43
|
+
GNU General Public License for more details.
|
|
44
|
+
|
|
45
|
+
You should have received a copy of the GNU General Public License
|
|
46
|
+
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
47
|
+
</pre>
|
|
48
|
+
|
|
49
|
+
</div>
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
</div>
|
|
72
|
+
</div>
|
|
73
|
+
</body>
|
|
74
|
+
</html>
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
5
|
+
<head>
|
|
6
|
+
<title>README</title>
|
|
7
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
8
|
+
<link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
|
|
9
|
+
<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
|
|
10
|
+
<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
|
11
|
+
<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
|
12
|
+
<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
|
|
13
|
+
</head>
|
|
14
|
+
|
|
15
|
+
<body>
|
|
16
|
+
<div class="banner">
|
|
17
|
+
<h1>
|
|
18
|
+
README
|
|
19
|
+
</h1>
|
|
20
|
+
<ul class="files">
|
|
21
|
+
<li>README</li>
|
|
22
|
+
<li>Last modified: Wed Jun 22 00:51:00 +0300 2011</li>
|
|
23
|
+
</ul>
|
|
24
|
+
</div>
|
|
25
|
+
|
|
26
|
+
<div id="bodyContent">
|
|
27
|
+
<div id="content">
|
|
28
|
+
|
|
29
|
+
<div class="description">
|
|
30
|
+
<pre>
|
|
31
|
+
RubMat
|
|
32
|
+
</pre>
|
|
33
|
+
<h6>======</h6>
|
|
34
|
+
<p>
|
|
35
|
+
Docs are in doc/ folder
|
|
36
|
+
</p>
|
|
37
|
+
<p>
|
|
38
|
+
Special thanks for Emirhan Aksu for his contributions Special thanks for
|
|
39
|
+
Martin Watson for his contributions
|
|
40
|
+
</p>
|
|
41
|
+
<p>
|
|
42
|
+
Works like a charm!
|
|
43
|
+
</p>
|
|
44
|
+
<p>
|
|
45
|
+
:)
|
|
46
|
+
</p>
|
|
47
|
+
|
|
48
|
+
</div>
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
</div>
|
|
71
|
+
</div>
|
|
72
|
+
</body>
|
|
73
|
+
</html>
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
5
|
+
<head>
|
|
6
|
+
<title>README.md</title>
|
|
7
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
8
|
+
<link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
|
|
9
|
+
<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
|
|
10
|
+
<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
|
11
|
+
<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
|
12
|
+
<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
|
|
13
|
+
</head>
|
|
14
|
+
|
|
15
|
+
<body>
|
|
16
|
+
<div class="banner">
|
|
17
|
+
<h1>
|
|
18
|
+
README.md
|
|
19
|
+
</h1>
|
|
20
|
+
<ul class="files">
|
|
21
|
+
<li>README.md</li>
|
|
22
|
+
<li>Last modified: Fri Jul 08 20:46:28 +0300 2011</li>
|
|
23
|
+
</ul>
|
|
24
|
+
</div>
|
|
25
|
+
|
|
26
|
+
<div id="bodyContent">
|
|
27
|
+
<div id="content">
|
|
28
|
+
|
|
29
|
+
<div class="description">
|
|
30
|
+
<pre>
|
|
31
|
+
RubMat
|
|
32
|
+
</pre>
|
|
33
|
+
<h6>======</h6>
|
|
34
|
+
<p>
|
|
35
|
+
Docs link is
|
|
36
|
+
</p>
|
|
37
|
+
<p>
|
|
38
|
+
Special thanks for Emirhan Aksu for his contributions Special thanks for
|
|
39
|
+
Martin Watson for his contributions
|
|
40
|
+
</p>
|
|
41
|
+
<p>
|
|
42
|
+
Works like a charm!
|
|
43
|
+
</p>
|
|
44
|
+
<p>
|
|
45
|
+
:)
|
|
46
|
+
</p>
|
|
47
|
+
|
|
48
|
+
</div>
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
</div>
|
|
71
|
+
</div>
|
|
72
|
+
</body>
|
|
73
|
+
</html>
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
5
|
+
<head>
|
|
6
|
+
<title>Rakefile</title>
|
|
7
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
8
|
+
<link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
|
|
9
|
+
<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
|
|
10
|
+
<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
|
11
|
+
<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
|
12
|
+
<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
|
|
13
|
+
</head>
|
|
14
|
+
|
|
15
|
+
<body>
|
|
16
|
+
<div class="banner">
|
|
17
|
+
<h1>
|
|
18
|
+
Rakefile
|
|
19
|
+
</h1>
|
|
20
|
+
<ul class="files">
|
|
21
|
+
<li>Rakefile</li>
|
|
22
|
+
<li>Last modified: Fri Jul 01 20:43:09 +0300 2011</li>
|
|
23
|
+
</ul>
|
|
24
|
+
</div>
|
|
25
|
+
|
|
26
|
+
<div id="bodyContent">
|
|
27
|
+
<div id="content">
|
|
28
|
+
|
|
29
|
+
<div class="description">
|
|
30
|
+
<p>
|
|
31
|
+
require ‘rubygems’ require ‘rake’ require
|
|
32
|
+
‘rake/clean’ require ‘rake/gempackagetask’ require
|
|
33
|
+
‘rake/rdoctask’ require ‘rake/testtask‘
|
|
34
|
+
</p>
|
|
35
|
+
<p>
|
|
36
|
+
spec = Gem::Specification.new do |s|
|
|
37
|
+
</p>
|
|
38
|
+
<pre>
|
|
39
|
+
s.name = 'RubMat'
|
|
40
|
+
s.version = '2.1.5'
|
|
41
|
+
s.has_rdoc = true
|
|
42
|
+
s.extra_rdoc_files = ['README', 'LICENSE', 'gplv3.png', 'RubMat.png']
|
|
43
|
+
s.summary = 'Discrete Mathematics solver and Usable Library'
|
|
44
|
+
s.description = s.summary
|
|
45
|
+
s.author = 'Mahmut Bulut'
|
|
46
|
+
s.email = 'scienceblock@gmail.com'
|
|
47
|
+
s.executables = ['']
|
|
48
|
+
s.files = %w(LICENSE README Rakefile gplv3.png RubMat.png) + Dir.glob("{bin,lib,spec}/**/*")
|
|
49
|
+
s.require_path = "lib"
|
|
50
|
+
s.bindir = "bin"
|
|
51
|
+
s.homepage = 'http://regularlambda.github.com/RubMat'
|
|
52
|
+
</pre>
|
|
53
|
+
<p>
|
|
54
|
+
end
|
|
55
|
+
</p>
|
|
56
|
+
<p>
|
|
57
|
+
Rake::GemPackageTask.new(spec) do |p|
|
|
58
|
+
</p>
|
|
59
|
+
<pre>
|
|
60
|
+
p.gem_spec = spec
|
|
61
|
+
p.need_tar = true
|
|
62
|
+
p.need_zip = true
|
|
63
|
+
</pre>
|
|
64
|
+
<p>
|
|
65
|
+
end
|
|
66
|
+
</p>
|
|
67
|
+
<p>
|
|
68
|
+
Rake::RDocTask.new do |rdoc|
|
|
69
|
+
</p>
|
|
70
|
+
<pre>
|
|
71
|
+
files =['README', 'LICENSE', 'lib/**/*.rb', 'lib/**/*.yml']
|
|
72
|
+
rdoc.rdoc_files.add(files)
|
|
73
|
+
rdoc.main = "README" # page to start on
|
|
74
|
+
rdoc.title = "RubMat Docs"
|
|
75
|
+
rdoc.rdoc_dir = 'doc/rdoc' # rdoc output folder
|
|
76
|
+
rdoc.options << '--line-numbers'
|
|
77
|
+
</pre>
|
|
78
|
+
<p>
|
|
79
|
+
end
|
|
80
|
+
</p>
|
|
81
|
+
<p>
|
|
82
|
+
Rake::TestTask.new do |t|
|
|
83
|
+
</p>
|
|
84
|
+
<pre>
|
|
85
|
+
t.test_files = FileList['test/**/*.rb']
|
|
86
|
+
</pre>
|
|
87
|
+
<p>
|
|
88
|
+
end
|
|
89
|
+
</p>
|
|
90
|
+
|
|
91
|
+
</div>
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
</div>
|
|
114
|
+
</div>
|
|
115
|
+
</body>
|
|
116
|
+
</html>
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
5
|
+
<head>
|
|
6
|
+
<title>librbdiscrete.rb</title>
|
|
7
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
8
|
+
<link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
|
|
9
|
+
<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
|
|
10
|
+
<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
|
11
|
+
<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
|
12
|
+
<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
|
|
13
|
+
</head>
|
|
14
|
+
|
|
15
|
+
<body>
|
|
16
|
+
<div class="banner">
|
|
17
|
+
<h1>
|
|
18
|
+
librbdiscrete.rb
|
|
19
|
+
</h1>
|
|
20
|
+
<ul class="files">
|
|
21
|
+
<li>bin/librbdiscrete.rb</li>
|
|
22
|
+
<li>Last modified: Wed Jun 22 00:51:00 +0300 2011</li>
|
|
23
|
+
</ul>
|
|
24
|
+
</div>
|
|
25
|
+
|
|
26
|
+
<div id="bodyContent">
|
|
27
|
+
<div id="content">
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
<div class="sectiontitle">Required Files</div>
|
|
32
|
+
<ul>
|
|
33
|
+
|
|
34
|
+
<li>yaml</li>
|
|
35
|
+
|
|
36
|
+
</ul>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
<div class="sectiontitle">Classes and Modules</div>
|
|
51
|
+
<ul>
|
|
52
|
+
|
|
53
|
+
<li><span class="type">CLASS</span> <a href="../../classes/Object.html">Object</a></li>
|
|
54
|
+
|
|
55
|
+
</ul>
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
<div class="sectiontitle">Constants</div>
|
|
60
|
+
<table border='0' cellpadding='5'>
|
|
61
|
+
|
|
62
|
+
<tr valign='top'>
|
|
63
|
+
<td class="attr-name">EVALUE</td>
|
|
64
|
+
<td>=</td>
|
|
65
|
+
<td class="attr-value">2.718281828459045235360287471352662497757247093</td>
|
|
66
|
+
</tr>
|
|
67
|
+
|
|
68
|
+
<tr valign='top'>
|
|
69
|
+
<td> </td>
|
|
70
|
+
<td colspan="2" class="attr-desc"><p>
|
|
71
|
+
constants1 = YAML::load_file(‘statics.yml’)
|
|
72
|
+
</p>
|
|
73
|
+
</td>
|
|
74
|
+
</tr>
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
<tr valign='top'>
|
|
78
|
+
<td class="attr-name">PIVALUE</td>
|
|
79
|
+
<td>=</td>
|
|
80
|
+
<td class="attr-value">3.141592653589793238462643383279502884197169399</td>
|
|
81
|
+
</tr>
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
</table>
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
</div>
|
|
91
|
+
</div>
|
|
92
|
+
</body>
|
|
93
|
+
</html>
|