﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
425	Complex vs. Real	giken019	Víctor de Buen Remiro	"Hi

A problem when passing from Real to complex.  Using the functions ^ or **

Real AA = -1.2;
Complex a = AA;
Complex b = 2;
Complex u = a^b;

Returns the value u = -1.44+0i

The problem seems to originate when passing from a Real to a Complex number.  Would there be functions that can be used to pass from Comlplex to Real or the other way around?  I guess if I could pass the value to Complex before passing it ^2 the problem would be partly solved."	defect	closed	highest		Math	head	blocker	fixed		
