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