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 /
ruby19 /
share /
ri /
1.9.1 /
system /
Math /
Delete
Unzip
Name
Size
Permission
Date
Action
DomainError
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
acos-c.ri
255
B
-rw-r--r--
2023-07-26 17:26
acosh-c.ri
258
B
-rw-r--r--
2023-07-26 17:26
asin-c.ri
265
B
-rw-r--r--
2023-07-26 17:26
asinh-c.ri
256
B
-rw-r--r--
2023-07-26 17:26
atan-c.ri
268
B
-rw-r--r--
2023-07-26 17:26
atan2-c.ri
845
B
-rw-r--r--
2023-07-26 17:26
atanh-c.ri
259
B
-rw-r--r--
2023-07-26 17:26
cbrt-c.ri
997
B
-rw-r--r--
2023-07-26 17:26
cdesc-Math.ri
1.51
KB
-rw-r--r--
2023-07-26 17:26
cos-c.ri
277
B
-rw-r--r--
2023-07-26 17:26
cosh-c.ri
270
B
-rw-r--r--
2023-07-26 17:26
erf-c.ri
234
B
-rw-r--r--
2023-07-26 17:26
erfc-c.ri
251
B
-rw-r--r--
2023-07-26 17:26
exp-c.ri
398
B
-rw-r--r--
2023-07-26 17:26
frexp-c.ri
567
B
-rw-r--r--
2023-07-26 17:26
gamma-c.ri
1.62
KB
-rw-r--r--
2023-07-26 17:26
hypot-c.ri
412
B
-rw-r--r--
2023-07-26 17:26
ldexp-c.ri
415
B
-rw-r--r--
2023-07-26 17:26
lgamma-c.ri
515
B
-rw-r--r--
2023-07-26 17:26
log-c.ri
595
B
-rw-r--r--
2023-07-26 17:26
log10-c.ri
424
B
-rw-r--r--
2023-07-26 17:26
log2-c.ri
447
B
-rw-r--r--
2023-07-26 17:26
rsqrt-c.ri
277
B
-rw-r--r--
2023-07-26 17:26
rsqrt-i.ri
277
B
-rw-r--r--
2023-07-26 17:26
sin-c.ri
275
B
-rw-r--r--
2023-07-26 17:26
sinh-c.ri
274
B
-rw-r--r--
2023-07-26 17:26
sqrt-c.ri
733
B
-rw-r--r--
2023-07-26 17:26
sqrt-i.ri
483
B
-rw-r--r--
2023-07-26 17:26
tan-c.ri
256
B
-rw-r--r--
2023-07-26 17:26
tanh-c.ri
276
B
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::NormalModule[iI" Math:ET@0o:RDoc::Markup::Document:@parts[o;;[o:RDoc::Markup::Paragraph;[ I"EThe <code>Math</code> module contains module functions for basic;TI":trigonometric and transcendental functions. See class;TI"4<code>Float</code> for a list of constants that;TI"+define Ruby's floating point accuracy.;T: @fileI"math.c;To;;[o; ;[I"@When mathn is required, the Math module changes as follows:;To:RDoc::Markup::BlankLine o; ;[I"$Standard Math module behaviour:;To:RDoc::Markup::Verbatim;[I"!Math.sqrt(4/9) # => 0.0 ;FI"/Math.sqrt(4.0/9.0) # => 0.666666666666667 ;FI"RMath.sqrt(- 4/9) # => Errno::EDOM: Numerical argument out of domain - sqrt ;Fo; ;[I"/After require 'mathn', this is changed to:;T@o;;[ I"require 'mathn' ;FI""Math.sqrt(4/9) # => 2/3 ;FI"0Math.sqrt(4.0/9.0) # => 0.666666666666667 ;FI"-Math.sqrt(- 4/9) # => Complex(0, 2/3);F; I"lib/mathn.rb;T; 0[ [[I"PI;To;;[ ; 0@[I"E;To;;[ ; 0@[ [[I" class;F[[:public[ [I" acos;T@[I" acosh;T@[I" asin;T@[I" asinh;T@[I" atan;T@[I" atan2;T@[I" atanh;T@[I" cbrt;T@[I"cos;T@[I" cosh;T@[I"erf;T@[I" erfc;T@[I"exp;T@[I" frexp;T@[I" gamma;T@[I" hypot;T@[I" ldexp;T@[I"lgamma;T@[I"log;T@[I" log10;T@[I" log2;T@[I" rsqrt;F@*[I"sin;T@[I" sinh;T@[I" sqrt;T@[I"tan;T@[I" tanh;T@[:protected[ [:private[ [I" instance;F[[; [ [;[ [;[[@g@*[I" sqrt;F@*