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.217.103
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby20 /
share /
ri /
2.0.0 /
system /
Numeric /
Delete
Unzip
Name
Size
Permission
Date
Action
%25-i.ri
529
B
-rw-r--r--
2023-07-26 17:38
%2b%40-i.ri
315
B
-rw-r--r--
2023-07-26 17:38
%2d%40-i.ri
329
B
-rw-r--r--
2023-07-26 17:38
%3c%3d%3e-i.ri
405
B
-rw-r--r--
2023-07-26 17:38
abs-i.ri
515
B
-rw-r--r--
2023-07-26 17:38
abs2-i.ri
305
B
-rw-r--r--
2023-07-26 17:38
angle-i.ri
392
B
-rw-r--r--
2023-07-26 17:38
arg-i.ri
388
B
-rw-r--r--
2023-07-26 17:38
cdesc-Numeric.ri
2.42
KB
-rw-r--r--
2023-07-26 17:38
ceil-i.ri
685
B
-rw-r--r--
2023-07-26 17:38
coerce-i.ri
904
B
-rw-r--r--
2023-07-26 17:38
conj-i.ri
324
B
-rw-r--r--
2023-07-26 17:38
conjugate-i.ri
334
B
-rw-r--r--
2023-07-26 17:38
denominator-i.ri
349
B
-rw-r--r--
2023-07-26 17:38
div-i.ri
657
B
-rw-r--r--
2023-07-26 17:38
divmod-i.ri
2.08
KB
-rw-r--r--
2023-07-26 17:38
eql%3f-i.ri
577
B
-rw-r--r--
2023-07-26 17:38
fdiv-i.ri
317
B
-rw-r--r--
2023-07-26 17:38
floor-i.ri
613
B
-rw-r--r--
2023-07-26 17:38
i-i.ri
368
B
-rw-r--r--
2023-07-26 17:38
imag-i.ri
318
B
-rw-r--r--
2023-07-26 17:38
imaginary-i.ri
328
B
-rw-r--r--
2023-07-26 17:38
integer%3f-i.ri
500
B
-rw-r--r--
2023-07-26 17:38
magnitude-i.ri
527
B
-rw-r--r--
2023-07-26 17:38
modulo-i.ri
539
B
-rw-r--r--
2023-07-26 17:38
nonzero%3f-i.ri
686
B
-rw-r--r--
2023-07-26 17:38
numerator-i.ri
323
B
-rw-r--r--
2023-07-26 17:38
phase-i.ri
392
B
-rw-r--r--
2023-07-26 17:38
polar-i.ri
323
B
-rw-r--r--
2023-07-26 17:38
quo-i.ri
360
B
-rw-r--r--
2023-07-26 17:38
real%3f-i.ri
396
B
-rw-r--r--
2023-07-26 17:38
real-i.ri
295
B
-rw-r--r--
2023-07-26 17:38
rect-i.ri
310
B
-rw-r--r--
2023-07-26 17:38
rectangular-i.ri
324
B
-rw-r--r--
2023-07-26 17:38
remainder-i.ri
427
B
-rw-r--r--
2023-07-26 17:38
round-i.ri
631
B
-rw-r--r--
2023-07-26 17:38
singleton_method_added-i.ri
402
B
-rw-r--r--
2023-07-26 17:38
step-i.ri
1.54
KB
-rw-r--r--
2023-07-26 17:38
to_c-i.ri
316
B
-rw-r--r--
2023-07-26 17:38
to_int-i.ri
520
B
-rw-r--r--
2023-07-26 17:38
truncate-i.ri
468
B
-rw-r--r--
2023-07-26 17:38
zero%3f-i.ri
351
B
-rw-r--r--
2023-07-26 17:38
Save
Rename
U:RDoc::NormalClass[iI"Numeric:ET@I"Object;To:RDoc::Markup::Document:@parts[o;;[S:RDoc::Markup::Heading: leveli: textI" mathn;To:RDoc::Markup::BlankLine o:RDoc::Markup::Paragraph;[I"Jmathn is a library for changing the way Ruby does math. If you need ;TI"Dmore precise rounding with multiple division or exponentiation ;TI".operations, then mathn is the right tool.;T@o; ;[I"Without mathn:;T@o:RDoc::Markup::Verbatim;[I"3 / 2 => 1 # Integer ;T:@format0o; ;[I"With mathn:;T@o;;[I"3 / 2 => 3/2 # Rational ;T;0o; ;[I"Omathn features late rounding and lacks truncation of intermediate results:;T@o; ;[I"Without mathn:;T@o;;[I")20 / 9 * 3 * 14 / 7 * 3 / 2 # => 18 ;T;0o; ;[I"With mathn:;T@o;;[I")20 / 9 * 3 * 14 / 7 * 3 / 2 # => 20 ;T;0o; ;[I"QWhen you require 'mathn', the libraries for Prime, CMath, Matrix and Vector ;TI"are also loaded.;T@S; ; i;I"Copyright;T@o; ;[I"-Author: Keiju ISHITSUKA (SHL Japan Inc.);T: @fileI"lib/mathn.rb;T:0@omit_headings_from_table_of_contents_below0o;;[ o; ;[I"%Document-class: FloatDomainError;T@o; ;[I"<Raised when attempting to convert special float values ;TI"%(in particular infinite or NaN) ;TI"3to numerical classes which don't support them.;T@o;;[I"Float::INFINITY.to_r ;T;0o; ;[I"#<em>raises the exception:</em>;T@o;;[I"FloatDomainError: Infinity;T;0;I"numeric.c;T;0;0;0[ [ [[I"Comparable;To;;[ ;@M;0I"numeric.c;T[[I" class;T[[:public[ [:protected[ [:private[ [I" instance;T[[;[.[I"%;T@U[I"+@;T@U[I"-@;T@U[I"<=>;T@U[I"abs;T@U[I" abs2;TI"complex.c;T[I" angle;T@q[I"arg;T@q[I" ceil;T@U[I"coerce;T@U[I" conj;T@q[I"conjugate;T@q[I"denominator;TI"rational.c;T[I"div;T@U[I"divmod;T@U[I" eql?;T@U[I" fdiv;T@U[I" floor;T@U[I"i;T@U[I" imag;T@q[I"imaginary;T@q[I" integer?;T@U[I"magnitude;T@U[I"modulo;T@U[I" nonzero?;T@U[I"numerator;T@{[I" phase;T@q[I" polar;T@q[I"quo;T@U[I" real;T@q[I" real?;T@U[I" rect;T@q[I"rectangular;T@q[I"remainder;T@U[I" round;T@U[I"singleton_method_added;T@U[I" step;T@U[I" to_c;T@q[I"to_int;T@U[I" truncate;T@U[I" zero?;T@U[;[ [;[ [ [U:RDoc::Context::Section[i 0o;;[ ;0;0[ I"complex.c;TI"lib/complex.rb;T@9@MI"rational.c;T@�cRDoc::TopLevel