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 /
ruby31 /
share /
ri /
system /
Math /
Delete
Unzip
Name
Size
Permission
Date
Action
DomainError
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
acos-c.ri
507
B
-rw-r--r--
2025-04-28 21:06
acosh-c.ri
507
B
-rw-r--r--
2025-04-28 21:06
asin-c.ri
518
B
-rw-r--r--
2025-04-28 21:06
asinh-c.ri
535
B
-rw-r--r--
2025-04-28 21:06
atan-c.ri
518
B
-rw-r--r--
2025-04-28 21:06
atan2-c.ri
1.4
KB
-rw-r--r--
2025-04-28 21:06
atanh-c.ri
515
B
-rw-r--r--
2025-04-28 21:06
cbrt-c.ri
1.2
KB
-rw-r--r--
2025-04-28 21:06
cdesc-Math.ri
1.38
KB
-rw-r--r--
2025-04-28 21:06
cos-c.ri
560
B
-rw-r--r--
2025-04-28 21:06
cosh-c.ri
526
B
-rw-r--r--
2025-04-28 21:06
erf-c.ri
490
B
-rw-r--r--
2025-04-28 21:06
erfc-c.ri
505
B
-rw-r--r--
2025-04-28 21:06
exp-c.ri
575
B
-rw-r--r--
2025-04-28 21:06
frexp-c.ri
610
B
-rw-r--r--
2025-04-28 21:06
gamma-c.ri
1.71
KB
-rw-r--r--
2025-04-28 21:06
hypot-c.ri
494
B
-rw-r--r--
2025-04-28 21:06
ldexp-c.ri
516
B
-rw-r--r--
2025-04-28 21:06
lgamma-c.ri
661
B
-rw-r--r--
2025-04-28 21:06
log-c.ri
840
B
-rw-r--r--
2025-04-28 21:06
log10-c.ri
584
B
-rw-r--r--
2025-04-28 21:06
log2-c.ri
607
B
-rw-r--r--
2025-04-28 21:06
sin-c.ri
559
B
-rw-r--r--
2025-04-28 21:06
sinh-c.ri
532
B
-rw-r--r--
2025-04-28 21:06
sqrt-c.ri
1.14
KB
-rw-r--r--
2025-04-28 21:06
tan-c.ri
520
B
-rw-r--r--
2025-04-28 21:06
tanh-c.ri
521
B
-rw-r--r--
2025-04-28 21:06
Save
Rename
U:RDoc::AnyMethod[iI" atan2:ETI"Math::atan2;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"1Computes the arc tangent given +y+ and +x+. ;TI"CReturns a Float in the range -PI..PI. Return value is a angle ;TI"?in radians between the positive x-axis of cartesian plane ;TI"=and the point given by the coordinates (+x+, +y+) on it.;To:RDoc::Markup::BlankLine o; ; [I""Domain: (-INFINITY, INFINITY);T@o; ; [I"Codomain: [-PI, PI];T@o:RDoc::Markup::Verbatim; [I"3Math.atan2(-0.0, -1.0) #=> -3.141592653589793 ;TI"3Math.atan2(-1.0, -1.0) #=> -2.356194490192345 ;TI"4Math.atan2(-1.0, 0.0) #=> -1.5707963267948966 ;TI"4Math.atan2(-1.0, 1.0) #=> -0.7853981633974483 ;TI"%Math.atan2(-0.0, 1.0) #=> -0.0 ;TI"$Math.atan2(0.0, 1.0) #=> 0.0 ;TI"3Math.atan2(1.0, 1.0) #=> 0.7853981633974483 ;TI"3Math.atan2(1.0, 0.0) #=> 1.5707963267948966 ;TI"2Math.atan2(1.0, -1.0) #=> 2.356194490192345 ;TI"2Math.atan2(0.0, -1.0) #=> 3.141592653589793 ;TI"=Math.atan2(INFINITY, INFINITY) #=> 0.7853981633974483 ;TI"<Math.atan2(INFINITY, -INFINITY) #=> 2.356194490192345 ;TI">Math.atan2(-INFINITY, INFINITY) #=> -0.7853981633974483 ;TI"<Math.atan2(-INFINITY, -INFINITY) #=> -2.356194490192345;T:@format0: @fileI"math.c;T:0@omit_headings_from_table_of_contents_below0I" Math.atan2(y, x) -> Float ;T0[ I" (p1, p2);T@(FI" Math;TcRDoc::NormalModule00