Ruby | Complex conjugate() function
Complex#conjugate() is a Complex class method which returns the conjugate part of complex value. Syntax: Complex.conjugate() Parameter: Complex values Return: conjugate part of complex value.Example #1 :Ruby # Ruby code for Complex.conjugate() method # declaring Complex value a = Complex(200) # decl