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