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 /
ruby33 /
share /
ri /
system /
Math /
Delete
Unzip
Name
Size
Permission
Date
Action
DomainError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
acos-c.ri
770
B
-rw-r--r--
2026-04-07 17:22
acosh-c.ri
743
B
-rw-r--r--
2026-04-07 17:22
asin-c.ri
780
B
-rw-r--r--
2026-04-07 17:22
asinh-c.ri
798
B
-rw-r--r--
2026-04-07 17:22
atan-c.ri
1005
B
-rw-r--r--
2026-04-07 17:22
atan2-c.ri
1.04
KB
-rw-r--r--
2026-04-07 17:22
atanh-c.ri
772
B
-rw-r--r--
2026-04-07 17:22
cbrt-c.ri
1.02
KB
-rw-r--r--
2026-04-07 17:22
cdesc-Math.ri
6.13
KB
-rw-r--r--
2026-04-07 17:22
cos-c.ri
962
B
-rw-r--r--
2026-04-07 17:22
cosh-c.ri
867
B
-rw-r--r--
2026-04-07 17:22
erf-c.ri
794
B
-rw-r--r--
2026-04-07 17:22
erfc-c.ri
836
B
-rw-r--r--
2026-04-07 17:22
exp-c.ri
920
B
-rw-r--r--
2026-04-07 17:22
frexp-c.ri
1.3
KB
-rw-r--r--
2026-04-07 17:22
gamma-c.ri
1.06
KB
-rw-r--r--
2026-04-07 17:22
hypot-c.ri
1.17
KB
-rw-r--r--
2026-04-07 17:22
ldexp-c.ri
1.24
KB
-rw-r--r--
2026-04-07 17:22
lgamma-c.ri
1.58
KB
-rw-r--r--
2026-04-07 17:22
log-c.ri
1.01
KB
-rw-r--r--
2026-04-07 17:22
log10-c.ri
794
B
-rw-r--r--
2026-04-07 17:22
log2-c.ri
786
B
-rw-r--r--
2026-04-07 17:22
sin-c.ri
964
B
-rw-r--r--
2026-04-07 17:22
sinh-c.ri
874
B
-rw-r--r--
2026-04-07 17:22
sqrt-c.ri
917
B
-rw-r--r--
2026-04-07 17:22
tan-c.ri
1.04
KB
-rw-r--r--
2026-04-07 17:22
tanh-c.ri
853
B
-rw-r--r--
2026-04-07 17:22
Save
Rename
U:RDoc::AnyMethod[iI" frexp:ETI"Math::frexp;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"QReturns a 2-element array containing the normalized signed float +fraction+ ;TI"-and integer +exponent+ of +x+ such that:;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I" x = fraction * 2**exponent ;T:@format0o; ; [I"�See {IEEE 754 double-precision binary floating-point format: binary64}[https://en.wikipedia.org/wiki/Double-precision_floating-point_format#IEEE_754_double-precision_binary_floating-point_format:_binary64].;T@o:RDoc::Markup::List: @type:BULLET:@items[o:RDoc::Markup::ListItem:@label0; [o; ; [I",Domain: <tt>[-INFINITY, INFINITY]</tt>.;To;;0; [o; ; [I"*Range <tt>[-INFINITY, INFINITY]</tt>.;T@o; ; [I"Examples:;T@o;; [I"+frexp(-INFINITY) # => [-Infinity, -1] ;TI"%frexp(-2.0) # => [-0.5, 2] ;TI"%frexp(-1.0) # => [-0.5, 1] ;TI"$frexp(0.0) # => [0.0, 0] ;TI"$frexp(1.0) # => [0.5, 1] ;TI"$frexp(2.0) # => [0.5, 2] ;TI"*frexp(INFINITY) # => [Infinity, -1] ;T; 0o; ; [I"1Related: Math.ldexp (inverse of Math.frexp).;T: @fileI"math.c;T:0@omit_headings_from_table_of_contents_below0I"+Math.frexp(x) -> [fraction, exponent] ;T0[ I" (p1);T@1FI" Math;TcRDoc::NormalModule00