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.188
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 /
Float /
Delete
Unzip
Name
Size
Permission
Date
Action
%25-i.ri
567
B
-rw-r--r--
2024-06-26 17:25
%2a%2a-i.ri
414
B
-rw-r--r--
2024-06-26 17:25
%2a-i.ri
346
B
-rw-r--r--
2024-06-26 17:25
%2b-i.ri
342
B
-rw-r--r--
2024-06-26 17:25
%2d%40-i.ri
300
B
-rw-r--r--
2024-06-26 17:25
%2d-i.ri
349
B
-rw-r--r--
2024-06-26 17:25
%2f-i.ri
353
B
-rw-r--r--
2024-06-26 17:25
%3c%3d%3e-i.ri
689
B
-rw-r--r--
2024-06-26 17:25
%3c%3d-i.ri
500
B
-rw-r--r--
2024-06-26 17:25
%3c-i.ri
484
B
-rw-r--r--
2024-06-26 17:25
%3d%3d%3d-i.ri
618
B
-rw-r--r--
2024-06-26 17:25
%3d%3d-i.ri
655
B
-rw-r--r--
2024-06-26 17:25
%3e%3d-i.ri
503
B
-rw-r--r--
2024-06-26 17:25
%3e-i.ri
487
B
-rw-r--r--
2024-06-26 17:25
abs-i.ri
591
B
-rw-r--r--
2024-06-26 17:25
angle-i.ri
320
B
-rw-r--r--
2024-06-26 17:25
arg-i.ri
418
B
-rw-r--r--
2024-06-26 17:25
cdesc-Float.ri
4.83
KB
-rw-r--r--
2024-06-26 17:25
ceil-i.ri
1.49
KB
-rw-r--r--
2024-06-26 17:25
coerce-i.ri
604
B
-rw-r--r--
2024-06-26 17:25
denominator-i.ri
455
B
-rw-r--r--
2024-06-26 17:25
divmod-i.ri
459
B
-rw-r--r--
2024-06-26 17:25
eql%3f-i.ri
662
B
-rw-r--r--
2024-06-26 17:25
fdiv-i.ri
325
B
-rw-r--r--
2024-06-26 17:25
finite%3f-i.ri
422
B
-rw-r--r--
2024-06-26 17:25
floor-i.ri
1.5
KB
-rw-r--r--
2024-06-26 17:25
hash-i.ri
383
B
-rw-r--r--
2024-06-26 17:25
infinite%3f-i.ri
606
B
-rw-r--r--
2024-06-26 17:25
inspect-i.ri
456
B
-rw-r--r--
2024-06-26 17:25
magnitude-i.ri
537
B
-rw-r--r--
2024-06-26 17:25
modulo-i.ri
504
B
-rw-r--r--
2024-06-26 17:25
nan%3f-i.ri
544
B
-rw-r--r--
2024-06-26 17:25
negative%3f-i.ri
347
B
-rw-r--r--
2024-06-26 17:25
next_float-i.ri
2.67
KB
-rw-r--r--
2024-06-26 17:25
numerator-i.ri
599
B
-rw-r--r--
2024-06-26 17:25
phase-i.ri
320
B
-rw-r--r--
2024-06-26 17:25
positive%3f-i.ri
350
B
-rw-r--r--
2024-06-26 17:25
prev_float-i.ri
2.02
KB
-rw-r--r--
2024-06-26 17:25
quo-i.ri
392
B
-rw-r--r--
2024-06-26 17:25
rationalize-i.ri
726
B
-rw-r--r--
2024-06-26 17:25
round-i.ri
2.22
KB
-rw-r--r--
2024-06-26 17:25
to_d-i.ri
815
B
-rw-r--r--
2024-06-26 17:25
to_f-i.ri
331
B
-rw-r--r--
2024-06-26 17:25
to_i-i.ri
705
B
-rw-r--r--
2024-06-26 17:25
to_int-i.ri
649
B
-rw-r--r--
2024-06-26 17:25
to_r-i.ri
824
B
-rw-r--r--
2024-06-26 17:25
to_s-i.ri
482
B
-rw-r--r--
2024-06-26 17:25
truncate-i.ri
1.04
KB
-rw-r--r--
2024-06-26 17:25
zero%3f-i.ri
327
B
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::AnyMethod[iI" round:ETI"Float#round;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"7Returns +float+ rounded to the nearest value with ;TI":a precision of +ndigits+ decimal digits (default: 0).;To:RDoc::Markup::BlankLine o; ; [I"FWhen the precision is negative, the returned value is an integer ;TI";with at least <code>ndigits.abs</code> trailing zeros.;T@o; ; [I"AReturns a floating point number when +ndigits+ is positive, ;TI""otherwise returns an integer.;T@o:RDoc::Markup::Verbatim; [I"1.4.round #=> 1 ;TI"1.5.round #=> 2 ;TI"1.6.round #=> 2 ;TI"(-1.5).round #=> -2 ;TI" ;TI""1.234567.round(2) #=> 1.23 ;TI"#1.234567.round(3) #=> 1.235 ;TI"$1.234567.round(4) #=> 1.2346 ;TI"%1.234567.round(5) #=> 1.23457 ;TI" ;TI"34567.89.round(-5) #=> 0 ;TI"#34567.89.round(-4) #=> 30000 ;TI"#34567.89.round(-3) #=> 35000 ;TI"#34567.89.round(-2) #=> 34600 ;TI"#34567.89.round(-1) #=> 34570 ;TI"#34567.89.round(0) #=> 34568 ;TI"%34567.89.round(1) #=> 34567.9 ;TI"&34567.89.round(2) #=> 34567.89 ;TI"&34567.89.round(3) #=> 34567.89 ;T:@format0o; ; [I"7If the optional +half+ keyword argument is given, ;TI"Cnumbers that are half-way between two possible rounded values ;TI"Dwill be rounded according to the specified tie-breaking +mode+:;T@o:RDoc::Markup::List: @type:BULLET:@items[o:RDoc::Markup::ListItem:@label0; [o; ; [I"C<code>:up</code> or +nil+: round half away from zero (default);To;;0; [o; ; [I"/<code>:down</code>: round half toward zero;To;;0; [o; ; [I"B<code>:even</code>: round half toward the nearest even number;T@o;; [I"%2.5.round(half: :up) #=> 3 ;TI"%2.5.round(half: :down) #=> 2 ;TI"%2.5.round(half: :even) #=> 2 ;TI"%3.5.round(half: :up) #=> 4 ;TI"%3.5.round(half: :down) #=> 3 ;TI"%3.5.round(half: :even) #=> 4 ;TI"&(-2.5).round(half: :up) #=> -3 ;TI"&(-2.5).round(half: :down) #=> -2 ;TI"%(-2.5).round(half: :even) #=> -2;T; 0: @fileI"numeric.c;T:0@omit_headings_from_table_of_contents_below0I"Afloat.round([ndigits] [, half: mode]) -> integer or float ;T0[ I"(p1 = v1, p2 = {});T@NFI" Float;TcRDoc::NormalClass00