-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathout.html
244 lines (235 loc) · 7.03 KB
/
out.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!DOCTYPE html>
<head>
<title>t</title>
<style>
table { border-collapse: collapse;
width: 50%; }
td, th { border: 1px solid #dddddd;
text-algn: left;
padding: 8px; }
code { font-family: Consolas, "courrier new";
color: #ac3a3a;
padding: 2px; }
div.Div { border: 1px solid black;
background-color:#f1f1f1;
text-align: left;
width: 500px;
margin-left: 20px;
border-radius: 10px;
padding: 5px; }
hr.hr { border: dotted 2px; }
div.Div2 { background-color:#2c4786;
text-align: center;
width: 100%;
padding: 0px 0px;
margin: 0;
color: #FFFFFF;
top: 0px;
font-size: 25px; }
div.container { display: flex;
gap: 25px;
align-items: flex-start;
box-sizing: border-box; }
div.box1{ border: 2px solid black;
background-color:#f1f1f1;
border-radius: 10px;
text-align: left;
width: 500px;
position: sticky;
top: 0;
height: auto;
overflow: visible;
padding: 10px; }
div.box2 { border: 2px solid black;
background-color: #f1f1f1;
width: 100%;
margin-right: 25px;
border-radius: 15px;
padding: 10px;
}
body { background-color: #FFFFFF;
font-family:Times New Roman, sans-serif; }
p { color:#000000; }
</style>
</head>
<body>
<div class="Div2"><i><b>t</b></i></div><br><div class="container">
<div class="box1"><a><i>Table Of Contents</i></a><br><br><ul>
<a href="#INTRODUCTION" style="margin-left:0px;">INTRODUCTION</a>
<br>
<a href="#add" style="margin-left:20px;">add</a>
<br>
<b><li style="margin-left:20px; color:#2c4786;">zone1</li></b>
<a href="#subs" style="margin-left:40px;">subs</a>
<br>
<a href="#mult" style="margin-left:40px;">mult</a>
<br>
<a href="#div" style="margin-left:20px;">div</a>
<br>
<b><li style="margin-left:20px; color:#2c4786;">zone2</li></b>
<b><li style="margin-left:40px; color:#2c4786;">more precision</li></b>
<a href="#powr" style="margin-left:60px;">powr</a>
<br>
<b><li style="margin-left:60px; color:#2c4786;">more precision2</li></b>
<a href="#switchr" style="margin-left:80px;">switchr</a>
<br>
<a href="#mean" style="margin-left:20px;">mean</a>
<br>
</ul><br></div>
<div class="box2">
<br><hr><h1 style="color: #2c4786;"><b id="INTRODUCTION">INTRODUCTION:</b></h1>
<p>ghujgujgg</p><h3 style="color: #2c4786;">Manifesto</h3><p>uyujgjgtuitggt</p><p>uytguyjgfyujhf</p><br>
<hr>
<h2 id="add" style="test-align: left;">add</h2>
<h3>#Usage</h3>
<div class="Div"><code>template <typename T, typename T2> add(<br>T &a, <br>T2 &b)</code></div>
<h3>#Description</h3>
<p>Returns a + b.</p>
<h3>#Arguments</h3>
<table><tr><th>Name</th><th>Definition</th></tr><tr><th>
a </th><th> is an int, float or double </th></tr>
<tr><th>b </th><th> is an int, float or double</th></tr>
</table>
<br>
<h3>#Example(s)</h3>
<div class = "Div"><code>int a = 2;</code>
<br><code>int b = 8;</code>
<br><code>fun(a, b) </code>
<br><code>10</code>
<br>
<img style="margin-left: 20px;" height="220" width="360" src="example_doc/out.jpg"><br><br><code>between 2 medias</code>
<br><video style="margin-left: 20px;" height="220" width="360" controls>
<source src = "example_doc/out.mp4">
</video><br><br><code>after video</code>
<br><br><audio style="margin-left: 20px;" height="220" width="360" controls>
<source src = "example_doc/out.mp3">
</audio><br><br><code>here after audio</code>
<br><code></code>
</div>
<br>
<hr class="hr">
<h1 style="color:#2c4786;">zone1</h1>
<h2 id="subs" style="test-align: left;">subs</h2>
<h3>#Usage</h3>
<div class="Div"><code>template <typename T, typename T2> auto subs(T &a, T2 &b)</code></div>
<h3>#Description</h3>
<p>Returns a - b.</p>
<br>
<img style="margin-left: 20px;" height="220" width="360" src="example_doc/out.jpg"><br><p><br> </p>
<p>after cat</p>
<h3>#Arguments</h3>
<table><tr><th>Name</th><th>Definition</th></tr><tr><th>
a </th><th> is an int, float or double </th></tr>
<tr><th>b </th><th> is an int, float or double</th></tr>
</table>
<br>
<h3>#Example(s)</h3>
<div class = "Div"><code>int a = 7;</code>
<br><code>int b = 4;</code>
<br><code>subs(a, b) </code>
<br><code>3</code>
</div>
<br>
<hr class="hr">
<h2 id="mult" style="test-align: left;">mult</h2>
<h3>#Usage</h3>
<div class="Div"><code>template <typename T, typename T2> auto mult(T &a, T2 &b)</code></div>
<h3>#Description</h3>
<p>Returns a - b.</p>
<h3>#Arguments</h3>
<table><tr><th>Name</th><th>Definition</th></tr><tr><th>
a </th><th> is an int, float or double </th></tr>
<tr><th>b </th><th> is an int, float or double</th></tr>
</table>
<br>
<h3>#Example(s)</h3>
<div class = "Div"><code>int a = 7;</code>
<br><code>int b = 4;</code>
<br><code>subs(a, b) </code>
<br><code>28</code>
</div>
<br>
<hr class="hr">
<h2 id="div" style="test-align: left;">div</h2>
<h3>#Usage</h3>
<div class="Div"><code>template <typename T, typename T2> double div(T &a, T2 &b)</code></div>
<h3>#Description</h3>
<p>Returns a / b.</p>
<h3>#Arguments</h3>
<table><tr><th>Name</th><th>Definition</th></tr><tr><th>
a </th><th> is an int, float or double</th></tr>
<tr><th>b </th><th> is an int, float or double</th></tr>
</table>
<br>
<h3>#Example(s)</h3>
<div class = "Div"><code>int a = 3;</code>
<br><code>int b = 2;</code>
<br><code>div(a, b) </code>
<br><code>1.5</code>
</div>
<br>
<hr class="hr">
<h1 style="color:#2c4786;">zone2</h1>
<h2 style="color:#2c4786;">more precision</h2>
<h2 id="powr" style="test-align: left;">powr</h2>
<h3>#Usage</h3>
<div class="Div"><code>template <typename T, typename T2> auto powr(T &a, T2 &b)</code></div>
<h3>#Description</h3>
<p>Returns a**b</p>
<h3>#Arguments</h3>
<table><tr><th>Name</th><th>Definition</th></tr><tr><th>
a </th><th> is an int, float or double</th></tr>
<tr><th>b </th><th> is an int, float or double</th></tr>
</table>
<br>
<h3>#Example(s)</h3>
<div class = "Div"><code>int a = 2;</code>
<br><code>int b = 3;</code>
<br><code>powr(a, b) </code>
<br><code>8</code>
</div>
<br>
<hr class="hr">
<h3 style="color:#2c4786;">more precision2</h3>
<h2 id="switchr" style="test-align: left;">switchr</h2>
<h3>#Usage</h3>
<div class="Div"><code>template <typename T, typename T2> void switchr(T &a, T2 &b)</code></div>
<h3>#Description</h3>
<p>Switched 2 variables of any type</p>
<h3>#Arguments</h3>
<table><tr><th>Name</th><th>Definition</th></tr><tr><th>
a </th><th> is any type</th></tr>
<tr><th>b </th><th> is any type</th></tr>
</table>
<br>
<h3>#Example(s)</h3>
<div class = "Div"><code>int a = 4;</code>
<br><code>int b = 1;</code>
<br><code>switchr(a, b) </code>
<br><code>std::cout << "a: " << a << " b: " << b << "\n";</code>
<br><code>a: 1 b: 4</code>
</div>
<br>
<hr class="hr">
<h2 id="mean" style="test-align: left;">mean</h2>
<h3>#Usage</h3>
<div class="Div"><code>template <typename T, typename T2> auto mean(T &a, T2 &b)</code></div>
<h3>#Description</h3>
<p>Calculates the mean of two variables of any type (float, int, double)</p>
<h3>#Arguments</h3>
<table><tr><th>Name</th><th>Definition</th></tr><tr><th>
a </th><th> is an float, int or double</th></tr>
<tr><th>b </th><th> is an float, int or double</th></tr>
</table>
<br>
<h3>#Example(s)</h3>
<div class = "Div"><code>int a = 5;</code>
<br><code>b = 1;</code>
<br><code>mean(a, b) </code>
<br><code>3</code>
</div>
<br>
<hr class="hr">
</div>
</div>
</body>