Sha256: 20963a1896edfcf609e6f68743044f6fbde56e4dcd0f8ca363167f5683d93dcb

Contents?: true

Size: 1.08 KB

Versions: 12

Compression:

Stored size: 1.08 KB

Contents

o:$YARD::CodeObjects::MethodObject:@scope:
instance:@visibility:public:
@pathI"Complex#conjugate:EF:@parameters[:@files[[I"complex.c;T0:@current_file_has_commentsF:
@name:conjugate:@source_type:c:
@tags[:@docstringIC:YARD::Docstring"#Returns the complex conjugate.;F:@objectIu:YARD::StubProxyComplex#conjugate;F:
@summary0:@ref_tags[;[o:YARD::Tags::OverloadTag
:@tag_nameI"
overload;F:
@text0;:	conj:@types0:@signatureI"	conj;F;IC;";F;Iu;Complex#conjugate;F;0;[;[:	@allI";F;[;Iu;Complex#conjugate;Fo;
;I"
overload;F;0;;;0;I"conjugate;F;IC;";F;Iu;Complex#conjugate;F;0;[;[; I";F;[;Iu;Complex#conjugate;F; I"HReturns the complex conjugate.


@overload conj
@overload conjugate;F:@namespaceIu;Complex;F:@docstring_extra0:@sourceI"/*
 * call-seq:
 *    cmp.conj       ->  complex
 *    cmp.conjugate  ->  complex
 *
 * Returns the complex conjugate.
 */
static VALUE
nucomp_conj(VALUE self)
{
    get_dat1(self);
    return f_complex_new2(CLASS_OF(self), dat->real, f_negate(dat->imag));
};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/Complex/conjugate_i.dat
pry-doc-0.4.3 lib/pry-doc/core_docs_19/objects/Complex/conjugate_i.dat
pry-doc-0.4.2 lib/pry-doc/core_docs_19/objects/Complex/conjugate_i.dat
pry-doc-0.4.1 lib/pry-doc/core_docs_19/objects/Complex/conjugate_i.dat
pry-doc-0.4.0 lib/pry-doc/core_docs_19/objects/Complex/conjugate_i.dat
pry-doc-0.3.0 lib/pry-doc/core_docs_19/objects/Complex/conjugate_i.dat
pry-doc-0.2.4pre1 lib/pry-doc/core_docs_19/objects/Complex/conjugate_i.dat
pry-doc-0.2.3pre1 lib/pry-doc/core_docs_19/objects/Complex/conjugate_i.dat
pry-doc-0.2.1 lib/pry-doc/core_docs_19/objects/Complex/conjugate_i.dat
pry-doc-0.2.0 lib/pry-doc/core_docs_19/objects/Complex/conjugate_i.dat
pry-doc-0.1.5pre1 lib/pry-doc/core_docs_19/objects/Complex/conjugate_i.dat
pry-0.6.9pre1-i386-mingw32 lib/pry/core_docs_19/objects/Complex/conjugate_i.dat