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 /
ruby24 /
share /
ri /
2.4.0 /
system /
Numeric /
Delete
Unzip
Name
Size
Permission
Date
Action
%25-i.ri
482
B
-rw-r--r--
2023-07-26 18:18
%2b%40-i.ri
316
B
-rw-r--r--
2023-07-26 18:18
%2d%40-i.ri
330
B
-rw-r--r--
2023-07-26 18:18
%3c%3d%3e-i.ri
406
B
-rw-r--r--
2023-07-26 18:18
abs-i.ri
544
B
-rw-r--r--
2023-07-26 18:18
abs2-i.ri
306
B
-rw-r--r--
2023-07-26 18:18
angle-i.ri
340
B
-rw-r--r--
2023-07-26 18:18
arg-i.ri
336
B
-rw-r--r--
2023-07-26 18:18
cdesc-Numeric.ri
3.69
KB
-rw-r--r--
2023-07-26 18:18
ceil-i.ri
674
B
-rw-r--r--
2023-07-26 18:18
coerce-i.ri
872
B
-rw-r--r--
2023-07-26 18:18
conj-i.ri
324
B
-rw-r--r--
2023-07-26 18:18
conjugate-i.ri
310
B
-rw-r--r--
2023-07-26 18:18
denominator-i.ri
350
B
-rw-r--r--
2023-07-26 18:18
div-i.ri
570
B
-rw-r--r--
2023-07-26 18:18
divmod-i.ri
2.08
KB
-rw-r--r--
2023-07-26 18:18
eql%3f-i.ri
693
B
-rw-r--r--
2023-07-26 18:18
fdiv-i.ri
318
B
-rw-r--r--
2023-07-26 18:18
finite%3f-i.ri
363
B
-rw-r--r--
2023-07-26 18:18
floor-i.ri
598
B
-rw-r--r--
2023-07-26 18:18
i-i.ri
369
B
-rw-r--r--
2023-07-26 18:18
imag-i.ri
318
B
-rw-r--r--
2023-07-26 18:18
imaginary-i.ri
307
B
-rw-r--r--
2023-07-26 18:18
infinite%3f-i.ri
616
B
-rw-r--r--
2023-07-26 18:18
initialize_copy-i.ri
449
B
-rw-r--r--
2023-07-26 18:18
integer%3f-i.ri
471
B
-rw-r--r--
2023-07-26 18:18
magnitude-i.ri
556
B
-rw-r--r--
2023-07-26 18:18
modulo-i.ri
491
B
-rw-r--r--
2023-07-26 18:18
negative%3f-i.ri
345
B
-rw-r--r--
2023-07-26 18:18
nonzero%3f-i.ri
680
B
-rw-r--r--
2023-07-26 18:18
numerator-i.ri
324
B
-rw-r--r--
2023-07-26 18:18
phase-i.ri
340
B
-rw-r--r--
2023-07-26 18:18
polar-i.ri
324
B
-rw-r--r--
2023-07-26 18:18
positive%3f-i.ri
348
B
-rw-r--r--
2023-07-26 18:18
quo-i.ri
395
B
-rw-r--r--
2023-07-26 18:18
real%3f-i.ri
356
B
-rw-r--r--
2023-07-26 18:18
real-i.ri
296
B
-rw-r--r--
2023-07-26 18:18
rect-i.ri
337
B
-rw-r--r--
2023-07-26 18:18
rectangular-i.ri
331
B
-rw-r--r--
2023-07-26 18:18
remainder-i.ri
415
B
-rw-r--r--
2023-07-26 18:18
round-i.ri
632
B
-rw-r--r--
2023-07-26 18:18
singleton_method_added-i.ri
486
B
-rw-r--r--
2023-07-26 18:18
step-i.ri
2.25
KB
-rw-r--r--
2023-07-26 18:18
to_c-i.ri
317
B
-rw-r--r--
2023-07-26 18:18
to_int-i.ri
523
B
-rw-r--r--
2023-07-26 18:18
truncate-i.ri
497
B
-rw-r--r--
2023-07-26 18:18
zero%3f-i.ri
336
B
-rw-r--r--
2023-07-26 18:18
Save
Rename
U:RDoc::AnyMethod[iI" step:ETI"Numeric#step;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"MInvokes the given block with the sequence of numbers starting at +num+, ;TI";incremented by +step+ (defaulted to +1+) on each call.;To:RDoc::Markup::BlankLine o; ; [I"PThe loop finishes when the value to be passed to the block is greater than ;TI"H+limit+ (if +step+ is positive) or less than +limit+ (if +step+ is ;TI"<negative), where <i>limit</i> is defaulted to infinity.;T@o; ; [ I"BIn the recommended keyword argument style, either or both of ;TI"C+step+ and +limit+ (default infinity) can be omitted. In the ;TI"3fixed position argument style, zero as a step ;TI"=(i.e. num.step(limit, 0)) is not allowed for historical ;TI"compatibility reasons.;T@o; ; [I"KIf all the arguments are integers, the loop operates using an integer ;TI" counter.;T@o; ; [I"�If any of the arguments are floating point numbers, all are converted to floats, and the loop is executed the following expression:;T@o:RDoc::Markup::Verbatim; [I"floor(n + n*epsilon)+ 1 ;T:@format0o; ; [I"$Where the +n+ is the following:;T@o;; [I"n = (limit - num)/step ;T; 0o; ; [I"KOtherwise, the loop starts at +num+, uses either the less-than (<) or ;TI"Kgreater-than (>) operator to compare the counter against +limit+, and ;TI"9increments itself using the <code>+</code> operator.;T@o; ; [I"=If no block is given, an Enumerator is returned instead.;T@o; ; [I"For example:;T@o;; [ I"p 1.step.take(4) ;TI"p 10.step(by: -1).take(4) ;TI"(3.step(to: 5) { |i| print i, " " } ;TI"(1.step(10, 2) { |i| print i, " " } ;TI">Math::E.step(to: Math::PI, by: 0.2) { |f| print f, " " } ;T; 0o; ; [I"Will produce:;T@o;; [ I"[1, 2, 3, 4] ;TI"[10, 9, 8, 7] ;TI"3 4 5 ;TI"1 3 5 7 9 ;TI"72.71828182845905 2.91828182845905 3.11828182845905;T; 0: @fileI"numeric.c;T:0@omit_headings_from_table_of_contents_below0I"�num.step(by: step, to: limit) {|i| block } -> self num.step(by: step, to: limit) -> an_enumerator num.step(limit=nil, step=1) {|i| block } -> self num.step(limit=nil, step=1) -> an_enumerator ;T0[ I"(*args);T@HFI"Numeric;TcRDoc::NormalClass00