Sha256: c96cf1103ad906ee0210b7c0ad8a4c9b0ede09a29353c9fab458630eb6212cf6

Contents?: true

Size: 1.22 KB

Versions: 12

Compression:

Stored size: 1.22 KB

Contents

o:$YARD::CodeObjects::MethodObject:@scope:
instance:@visibility:public:
@pathI"
Bignum#/:EF:@parameters[:@files[[I"
bignum.c;T0:@current_file_has_commentsF:
@name:/:@source_type:c:
@tags[:@docstringIC:YARD::Docstring"�Performs division: the class of the resulting object depends on
the class of <code>numeric</code> and on the magnitude of the
result.;F:@objectIu:YARD::StubProxy
Bignum#/;F:
@summary0:@ref_tags[;[o:YARD::Tags::OverloadTag
:@tag_nameI"
overload;F:
@text0;;:@types0:@signatureI"
/(other);F;IC;";F;Iu;
Bignum#/;F;0;[;[o:YARD::Tags::Tag
;I"return;F;I";F;0;[I"Numeric;F;0:	@allI"@return [Numeric];F;[[:
other0;Iu;
Bignum#/;F; I"�Performs division: the class of the resulting object depends on
the class of <code>numeric</code> and on the magnitude of the
result.


@overload /(other)
  @return [Numeric];F:@namespaceIu;Bignum;F:@docstring_extra0:@sourceI"/*
 *  call-seq:
 *     big / other     -> Numeric
 *
 * Performs division: the class of the resulting object depends on
 * the class of <code>numeric</code> and on the magnitude of the
 * result.
 */

VALUE
rb_big_div(VALUE x, VALUE y)
{
    return rb_big_divide(x, y, '/');
};F

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
pry-doc-0.4.4 lib/pry-doc/core_docs_19/objects/Bignum/_2F_i.dat
pry-doc-0.4.3 lib/pry-doc/core_docs_19/objects/Bignum/_2F_i.dat
pry-doc-0.4.2 lib/pry-doc/core_docs_19/objects/Bignum/_2F_i.dat
pry-doc-0.4.1 lib/pry-doc/core_docs_19/objects/Bignum/_2F_i.dat
pry-doc-0.4.0 lib/pry-doc/core_docs_19/objects/Bignum/_2F_i.dat
pry-doc-0.3.0 lib/pry-doc/core_docs_19/objects/Bignum/_2F_i.dat
pry-doc-0.2.4pre1 lib/pry-doc/core_docs_19/objects/Bignum/_2F_i.dat
pry-doc-0.2.3pre1 lib/pry-doc/core_docs_19/objects/Bignum/_2F_i.dat
pry-doc-0.2.1 lib/pry-doc/core_docs_19/objects/Bignum/_2F_i.dat
pry-doc-0.2.0 lib/pry-doc/core_docs_19/objects/Bignum/_2F_i.dat
pry-doc-0.1.5pre1 lib/pry-doc/core_docs_19/objects/Bignum/_2F_i.dat
pry-0.6.9pre1-i386-mingw32 lib/pry/core_docs_19/objects/Bignum/_2F_i.dat