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 /
ruby34 /
share /
ri /
system /
Float /
Delete
Unzip
Name
Size
Permission
Date
Action
%25-i.ri
940
B
-rw-r--r--
2026-04-07 16:51
%2a%2a-i.ri
627
B
-rw-r--r--
2026-04-07 16:51
%2a-i.ri
577
B
-rw-r--r--
2026-04-07 16:51
%2b-i.ri
635
B
-rw-r--r--
2026-04-07 16:51
%2d%40-i.ri
297
B
-rw-r--r--
2026-04-07 16:51
%2d-i.ri
590
B
-rw-r--r--
2026-04-07 16:51
%2f-i.ri
584
B
-rw-r--r--
2026-04-07 16:51
%3c%3d%3e-i.ri
1.21
KB
-rw-r--r--
2026-04-07 16:51
%3c%3d-i.ri
713
B
-rw-r--r--
2026-04-07 16:51
%3c-i.ri
654
B
-rw-r--r--
2026-04-07 16:51
%3d%3d%3d-i.ri
726
B
-rw-r--r--
2026-04-07 16:51
%3d%3d-i.ri
762
B
-rw-r--r--
2026-04-07 16:51
%3e%3d-i.ri
716
B
-rw-r--r--
2026-04-07 16:51
%3e-i.ri
657
B
-rw-r--r--
2026-04-07 16:51
abs-i.ri
508
B
-rw-r--r--
2026-04-07 16:51
angle-i.ri
322
B
-rw-r--r--
2026-04-07 16:51
arg-i.ri
363
B
-rw-r--r--
2026-04-07 16:51
cdesc-Float.ri
8.66
KB
-rw-r--r--
2026-04-07 16:51
ceil-i.ri
2.48
KB
-rw-r--r--
2026-04-07 16:51
coerce-i.ri
741
B
-rw-r--r--
2026-04-07 16:51
denominator-i.ri
454
B
-rw-r--r--
2026-04-07 16:51
divmod-i.ri
1.02
KB
-rw-r--r--
2026-04-07 16:51
eql%3f-i.ri
823
B
-rw-r--r--
2026-04-07 16:51
fdiv-i.ri
569
B
-rw-r--r--
2026-04-07 16:51
finite%3f-i.ri
699
B
-rw-r--r--
2026-04-07 16:51
floor-i.ri
2.58
KB
-rw-r--r--
2026-04-07 16:51
hash-i.ri
381
B
-rw-r--r--
2026-04-07 16:51
infinite%3f-i.ri
878
B
-rw-r--r--
2026-04-07 16:51
inspect-i.ri
1.05
KB
-rw-r--r--
2026-04-07 16:51
magnitude-i.ri
241
B
-rw-r--r--
2026-04-07 16:51
modulo-i.ri
917
B
-rw-r--r--
2026-04-07 16:51
nan%3f-i.ri
517
B
-rw-r--r--
2026-04-07 16:51
negative%3f-i.ri
357
B
-rw-r--r--
2026-04-07 16:51
next_float-i.ri
2.02
KB
-rw-r--r--
2026-04-07 16:51
numerator-i.ri
598
B
-rw-r--r--
2026-04-07 16:51
phase-i.ri
322
B
-rw-r--r--
2026-04-07 16:51
positive%3f-i.ri
360
B
-rw-r--r--
2026-04-07 16:51
prev_float-i.ri
1.36
KB
-rw-r--r--
2026-04-07 16:51
quo-i.ri
596
B
-rw-r--r--
2026-04-07 16:51
rationalize-i.ri
725
B
-rw-r--r--
2026-04-07 16:51
round-i.ri
2.02
KB
-rw-r--r--
2026-04-07 16:51
to_f-i.ri
317
B
-rw-r--r--
2026-04-07 16:51
to_i-i.ri
614
B
-rw-r--r--
2026-04-07 16:51
to_int-i.ri
594
B
-rw-r--r--
2026-04-07 16:51
to_r-i.ri
823
B
-rw-r--r--
2026-04-07 16:51
to_s-i.ri
1.07
KB
-rw-r--r--
2026-04-07 16:51
truncate-i.ri
1.27
KB
-rw-r--r--
2026-04-07 16:51
zero%3f-i.ri
337
B
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI" ceil:ETI"Float#ceil;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"�Returns a numeric that is a "ceiling" value for <code>self</code>, as specified by the given <code>ndigits</code>, which must be an {integer-convertible object}[rdoc-ref:implicit_conversion.rdoc@Integer-Convertible+Objects].;To; ; [I"�When <code>ndigits</code> is positive, returns a Float with <code>ndigits</code> decimal digits after the decimal point (as available, but no fewer than 1):;To:RDoc::Markup::Verbatim; [I"�f = 12345.6789 f.ceil(1) # => 12345.7 f.ceil(3) # => 12345.679 f.ceil(30) # => 12345.6789 f = -12345.6789 f.ceil(1) # => -12345.6 f.ceil(3) # => -12345.678 f.ceil(30) # => -12345.6789 f = 0.0 f.ceil(1) # => 0.0 f.ceil(100) # => 0.0 ;T:@format0o; ; [I"cWhen <code>ndigits</code> is non-positive, returns an Integer based on a computed granularity:;To:RDoc::Markup::List: @type:BULLET:@items[o:RDoc::Markup::ListItem:@label0; [o; ; [I"7The granularity is <code>10 ** ndigits.abs</code>.;To;;0; [o; ; [I"tThe returned value is the largest multiple of the granularity that is less than or equal to <code>self</code>.;To; ; [I".Examples with positive <code>self</code>:;To:RDoc::Markup::Table:@header[I"ndigits;TI"Granularity;TI"12345.6789.ceil(ndigits);T:@align[: right;;: @body[[I"0;TI"1;TI" 12346;T[I"-1;TI"10;TI" 12350;T[I"-2;TI"100;TI" 12400;T[I"-3;TI" 1000;TI" 13000;T[I"-4;TI" 10000;TI" 20000;T[I"-5;TI"100000;TI"100000;To; ; [I".Examples with negative <code>self</code>:;To;;[I"ndigits;TI"Granularity;TI"-12345.6789.ceil(ndigits);T;[;;;;[[I"0;TI"1;TI"-12345;T[I"-1;TI"10;TI"-12340;T[I"-2;TI"100;TI"-12300;T[I"-3;TI" 1000;TI"-12000;T[I"-4;TI" 10000;TI"-10000;T[I"-5;TI"100000;TI"0;To; ; [I"cWhen <code>self</code> is zero and <code>ndigits</code> is non-positive, returns Integer zero:;To;; [I"A0.0.ceil(0) # => 0 0.0.ceil(-1) # => 0 0.0.ceil(-2) # => 0 ;T;0o; ; [I"aNote that the limited precision of floating-point arithmetic may lead to surprising results:;To;; [I"Z(2.1 / 0.7).ceil #=> 4 # Not 3 (because 2.1 / 0.7 # => 3.0000000000000004, not 3.0) ;T;0o; ; [I"Related: Float#floor.;T: @fileI"numeric.c;T:0@omit_headings_from_table_of_contents_below0I"+ceil(ndigits = 0) -> float or integer ;T0[ I"(*args);T@vFI" Float;TcRDoc::NormalClass00