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 /
Rational /
Delete
Unzip
Name
Size
Permission
Date
Action
%2a%2a-i.ri
694
B
-rw-r--r--
2024-06-26 17:25
%2a-i.ri
655
B
-rw-r--r--
2024-06-26 17:25
%2b-i.ri
654
B
-rw-r--r--
2024-06-26 17:25
%2d%40-i.ri
297
B
-rw-r--r--
2024-06-26 17:25
%2d-i.ri
657
B
-rw-r--r--
2024-06-26 17:25
%2f-i.ri
700
B
-rw-r--r--
2024-06-26 17:25
%3c%3d%3e-i.ri
857
B
-rw-r--r--
2024-06-26 17:25
%3d%3d-i.ri
679
B
-rw-r--r--
2024-06-26 17:25
abs-i.ri
570
B
-rw-r--r--
2024-06-26 17:25
as_json-i.ri
380
B
-rw-r--r--
2024-06-26 17:25
cdesc-Rational.ri
2.82
KB
-rw-r--r--
2024-06-26 17:25
ceil-i.ri
1.09
KB
-rw-r--r--
2024-06-26 17:25
denominator-i.ri
615
B
-rw-r--r--
2024-06-26 17:25
fdiv-i.ri
593
B
-rw-r--r--
2024-06-26 17:25
floor-i.ri
1.1
KB
-rw-r--r--
2024-06-26 17:25
hash-i.ri
224
B
-rw-r--r--
2024-06-26 17:25
inspect-i.ri
542
B
-rw-r--r--
2024-06-26 17:25
json_create-c.ri
431
B
-rw-r--r--
2024-06-26 17:25
magnitude-i.ri
514
B
-rw-r--r--
2024-06-26 17:25
negative%3f-i.ri
350
B
-rw-r--r--
2024-06-26 17:25
numerator-i.ri
562
B
-rw-r--r--
2024-06-26 17:25
positive%3f-i.ri
353
B
-rw-r--r--
2024-06-26 17:25
quo-i.ri
636
B
-rw-r--r--
2024-06-26 17:25
rationalize-i.ri
772
B
-rw-r--r--
2024-06-26 17:25
round-i.ri
1.73
KB
-rw-r--r--
2024-06-26 17:25
to_d-i.ri
723
B
-rw-r--r--
2024-06-26 17:25
to_f-i.ri
548
B
-rw-r--r--
2024-06-26 17:25
to_i-i.ri
631
B
-rw-r--r--
2024-06-26 17:25
to_json-i.ri
410
B
-rw-r--r--
2024-06-26 17:25
to_r-i.ri
445
B
-rw-r--r--
2024-06-26 17:25
to_s-i.ri
503
B
-rw-r--r--
2024-06-26 17:25
truncate-i.ri
1.1
KB
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::NormalClass[iI" Rational:ET@I"Numeric;To:RDoc::Markup::Document:@parts[o;;[ : @fileI"*ext/bigdecimal/lib/bigdecimal/util.rb;T:0@omit_headings_from_table_of_contents_below0o;;[ ; I"&ext/json/lib/json/add/rational.rb;T; 0o;;[o:RDoc::Markup::Paragraph;[I"HA rational number can be represented as a pair of integer numbers: ;TI"Ca/b (b>0), where a is the numerator and b is the denominator. ;TI"2Integer a equals rational a/1 mathematically.;To:RDoc::Markup::BlankLine o;;[I"HIn Ruby, you can create rational objects with the Kernel#Rational, ;TI"Dto_r, or rationalize methods or by suffixing +r+ to a literal. ;TI"5The return values will be irreducible fractions.;T@o:RDoc::Markup::Verbatim;[ I" Rational(1) #=> (1/1) ;TI" Rational(2, 3) #=> (2/3) ;TI"!Rational(4, -6) #=> (-2/3) ;TI" 3.to_r #=> (3/1) ;TI" 2/3r #=> (2/3) ;T:@format0o;;[I"IYou can also create rational objects from floating-point numbers or ;TI" strings.;T@o; ;[ I"?Rational(0.3) #=> (5404319552844595/18014398509481984) ;TI"!Rational('0.3') #=> (3/10) ;TI" Rational('2/3') #=> (2/3) ;TI" ;TI"?0.3.to_r #=> (5404319552844595/18014398509481984) ;TI"!'0.3'.to_r #=> (3/10) ;TI" '2/3'.to_r #=> (2/3) ;TI"!0.3.rationalize #=> (3/10) ;T;0o;;[I"DA rational object is an exact number, which helps you to write ;TI"*programs without any rounding errors.;T@o; ;[I"K10.times.inject(0) {|t| t + 0.1 } #=> 0.9999999999999999 ;TI">10.times.inject(0) {|t| t + Rational('0.1') } #=> (1/1) ;T;0o;;[I"PHowever, when an expression includes an inexact component (numerical value ;TI"6or operation), it will produce an inexact result.;T@o; ;[ I"#Rational(10) / 3 #=> (10/3) ;TI"/Rational(10) / 3.0 #=> 3.3333333333333335 ;TI" ;TI"$Rational(-8) ** Rational(1, 3) ;TI"D #=> (1.0000000000000002+1.7320508075688772i);T;0; I"rational.c;T; 0; 0; 0[ [ [ [[I" class;T[[:public[ [:protected[ [:private[[I"json_create;TI"&ext/json/lib/json/add/rational.rb;T[I" instance;T[[;[ [;[ [;[#[I"*;TI"rational.c;T[I"**;T@b[I"+;T@b[I"-;T@b[I"-@;T@b[I"/;T@b[I"<=>;T@b[I"==;T@b[I"abs;T@b[I"as_json;T@V[I" ceil;T@b[I"denominator;T@b[I" fdiv;T@b[I" floor;T@b[I" hash;T@b[I"inspect;T@b[I"magnitude;T@b[I"negative?;T@b[I"numerator;T@b[I"positive?;T@b[I"quo;T@b[I"rationalize;T@b[I" round;T@b[I" to_d;TI"*ext/bigdecimal/lib/bigdecimal/util.rb;T[I" to_f;T@b[I" to_i;T@b[I"to_json;T@V[I" to_r;T@b[I" to_s;T@b[I" truncate;T@b[ [U:RDoc::Context::Section[i 0o;;[ ; 0; 0[I"*ext/bigdecimal/lib/bigdecimal/util.rb;TI"&ext/json/lib/json/add/rational.rb;TI"rational.c;T@FcRDoc::TopLevel