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.198
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby30 /
share /
ri /
system /
Numeric /
Delete
Unzip
Name
Size
Permission
Date
Action
%25-i.ri
496
B
-rw-r--r--
2024-06-26 17:25
%2b%40-i.ri
309
B
-rw-r--r--
2024-06-26 17:25
%2d%40-i.ri
323
B
-rw-r--r--
2024-06-26 17:25
%3c%3d%3e-i.ri
361
B
-rw-r--r--
2024-06-26 17:25
abs-i.ri
594
B
-rw-r--r--
2024-06-26 17:25
abs2-i.ri
307
B
-rw-r--r--
2024-06-26 17:25
angle-i.ri
324
B
-rw-r--r--
2024-06-26 17:25
arg-i.ri
422
B
-rw-r--r--
2024-06-26 17:25
cdesc-Numeric.ri
3.63
KB
-rw-r--r--
2024-06-26 17:25
ceil-i.ri
568
B
-rw-r--r--
2024-06-26 17:25
clone-i.ri
355
B
-rw-r--r--
2024-06-26 17:25
coerce-i.ri
866
B
-rw-r--r--
2024-06-26 17:25
conj-i.ri
292
B
-rw-r--r--
2024-06-26 17:25
conjugate-i.ri
351
B
-rw-r--r--
2024-06-26 17:25
denominator-i.ri
351
B
-rw-r--r--
2024-06-26 17:25
div-i.ri
569
B
-rw-r--r--
2024-06-26 17:25
divmod-i.ri
2.1
KB
-rw-r--r--
2024-06-26 17:25
dup-i.ri
301
B
-rw-r--r--
2024-06-26 17:25
eql%3f-i.ri
617
B
-rw-r--r--
2024-06-26 17:25
fdiv-i.ri
319
B
-rw-r--r--
2024-06-26 17:25
finite%3f-i.ri
372
B
-rw-r--r--
2024-06-26 17:25
floor-i.ri
568
B
-rw-r--r--
2024-06-26 17:25
i-i.ri
490
B
-rw-r--r--
2024-06-26 17:25
imag-i.ri
292
B
-rw-r--r--
2024-06-26 17:25
imaginary-i.ri
345
B
-rw-r--r--
2024-06-26 17:25
infinite%3f-i.ri
431
B
-rw-r--r--
2024-06-26 17:25
integer%3f-i.ri
472
B
-rw-r--r--
2024-06-26 17:25
magnitude-i.ri
540
B
-rw-r--r--
2024-06-26 17:25
modulo-i.ri
465
B
-rw-r--r--
2024-06-26 17:25
negative%3f-i.ri
347
B
-rw-r--r--
2024-06-26 17:25
nonzero%3f-i.ri
681
B
-rw-r--r--
2024-06-26 17:25
numerator-i.ri
325
B
-rw-r--r--
2024-06-26 17:25
phase-i.ri
324
B
-rw-r--r--
2024-06-26 17:25
polar-i.ri
325
B
-rw-r--r--
2024-06-26 17:25
positive%3f-i.ri
350
B
-rw-r--r--
2024-06-26 17:25
quo-i.ri
400
B
-rw-r--r--
2024-06-26 17:25
real%3f-i.ri
356
B
-rw-r--r--
2024-06-26 17:25
real-i.ri
297
B
-rw-r--r--
2024-06-26 17:25
rect-i.ri
308
B
-rw-r--r--
2024-06-26 17:25
rectangular-i.ri
368
B
-rw-r--r--
2024-06-26 17:25
remainder-i.ri
437
B
-rw-r--r--
2024-06-26 17:25
round-i.ri
556
B
-rw-r--r--
2024-06-26 17:25
step-i.ri
2.52
KB
-rw-r--r--
2024-06-26 17:25
to_c-i.ri
318
B
-rw-r--r--
2024-06-26 17:25
to_int-i.ri
542
B
-rw-r--r--
2024-06-26 17:25
truncate-i.ri
561
B
-rw-r--r--
2024-06-26 17:25
zero%3f-i.ri
337
B
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::AnyMethod[iI" step:ETI"Numeric#step;TF:privateo: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"7negative), where +limit+ 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"J(i.e. <code>num.step(limit, 0)</code>) 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"KIf any of the arguments are floating point numbers, all are converted ;TI")to floats, and the loop is executed ;TI"3<i>floor(n + n*Float::EPSILON) + 1</i> times, ;TI")where <i>n = (limit - num)/step</i>.;T@o; ; [ I":Otherwise, the loop starts at +num+, uses either the ;TI"Jless-than (<code><</code>) or greater-than (<code>></code>) operator ;TI"-to compare the counter against +limit+, ;TI"=and increments itself using the <code>+</code> operator.;T@o; ; [I">If no block is given, an Enumerator is returned instead. ;TI"EEspecially, the enumerator is an Enumerator::ArithmeticSequence ;TI"Hif both +limit+ and +step+ are kind of Numeric or <code>nil</code>.;T@o; ; [I"For example:;T@o:RDoc::Markup::Verbatim; [ 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:@format0o; ; [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";2.718281828459045 2.9182818284590453 3.118281828459045;T; 0: @fileI"numeric.c;T:0@omit_headings_from_table_of_contents_below0I"znum.step(by: step, to: limit) {|i| block } -> self num.step(by: step, to: limit) -> an_enumerator num.step(by: step, to: limit) -> an_arithmetic_sequence num.step(limit=nil, step=1) {|i| block } -> self num.step(limit=nil, step=1) -> an_enumerator num.step(limit=nil, step=1) -> an_arithmetic_sequence ;T0[ I"(*args);T@EFI"Numeric;TcRDoc::NormalClass00