std::math::complex {Real}

Complex

union Complex (Printable)
{
	struct
	{
		Real r, c;
	}
	Real[<2>] v;
}

Members

Methods