X7ROOT File Manager
Current Path:
/opt/alt/ruby18/share/ri/1.8/system/Numeric
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
Numeric
/
📄
%2b%40-i.yaml
(255 B)
📄
%2d%40-i.yaml
(269 B)
📄
%3c%3d%3e-i.yaml
(301 B)
ðŸ“
..
📄
abs-i.yaml
(406 B)
📄
angle-i.yaml
(218 B)
📄
arg-i.yaml
(255 B)
📄
cdesc-Numeric.yaml
(1.9 KB)
📄
ceil-i.yaml
(566 B)
📄
coerce-i.yaml
(792 B)
📄
conj-i.yaml
(222 B)
📄
conjugate-i.yaml
(312 B)
📄
div-i.yaml
(393 B)
📄
divmod-i.yaml
(2.04 KB)
📄
eql%3f-i.yaml
(484 B)
📄
fdiv-i.yaml
(331 B)
📄
floor-i.yaml
(507 B)
📄
im-i.yaml
(248 B)
📄
imag-i.yaml
(218 B)
📄
image-i.yaml
(289 B)
📄
integer%3f-i.yaml
(349 B)
📄
modulo-i.yaml
(313 B)
📄
nonzero%3f-i.yaml
(706 B)
📄
polar-i.yaml
(220 B)
📄
quo-i.yaml
(329 B)
📄
real-i.yaml
(254 B)
📄
remainder-i.yaml
(596 B)
📄
round-i.yaml
(380 B)
📄
singleton_method_added-i.yaml
(330 B)
📄
step-i.yaml
(1.3 KB)
📄
to_int-i.yaml
(316 B)
📄
truncate-i.yaml
(388 B)
📄
zero%3f-i.yaml
(289 B)
Editing: divmod-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns an array containing the quotient and modulus obtained by dividing <em>num</em> by <em>aNumeric</em>. If <tt>q, r = x.divmod(y)</tt>, then - !ruby/struct:SM::Flow::VERB body: " q = floor(float(x)/float(y))\n x = q*y + r\n" - !ruby/struct:SM::Flow::P body: "The quotient is rounded toward -infinity, as shown in the following table:" - !ruby/struct:SM::Flow::VERB body: " a | b | a.divmod(b) | a/b | a.modulo(b) | a.remainder(b)\n ------+-----+---------------+---------+-------------+---------------\n 13 | 4 | 3, 1 | 3 | 1 | 1\n ------+-----+---------------+---------+-------------+---------------\n 13 | -4 | -4, -3 | -3 | -3 | 1\n ------+-----+---------------+---------+-------------+---------------\n -13 | 4 | -4, 3 | -4 | 3 | -1\n ------+-----+---------------+---------+-------------+---------------\n -13 | -4 | 3, -1 | 3 | -1 | -1\n ------+-----+---------------+---------+-------------+---------------\n 11.5 | 4 | 2, 3.5 | 2.875 | 3.5 | 3.5\n ------+-----+---------------+---------+-------------+---------------\n 11.5 | -4 | -3, -0.5 | -2.875 | -0.5 | 3.5\n ------+-----+---------------+---------+-------------+---------------\n -11.5 | 4 | -3, 0.5 | -2.875 | 0.5 | -3.5\n ------+-----+---------------+---------+-------------+---------------\n -11.5 | -4 | 2 -3.5 | 2.875 | -3.5 | -3.5\n" - !ruby/struct:SM::Flow::P body: Examples - !ruby/struct:SM::Flow::VERB body: " 11.divmod(3) #=> [3, 2]\n 11.divmod(-3) #=> [-4, -1]\n 11.divmod(3.5) #=> [3, 0.5]\n (-11).divmod(3.5) #=> [-4, 3.0]\n (11.5).divmod(3.5) #=> [3, 1.0]\n" full_name: Numeric#divmod is_singleton: false name: divmod params: | num.divmod( aNumeric ) -> anArray visibility: public
Upload File
Create Folder