@ -32,9 +32,7 @@ using System;
using MathNet.Numerics.Properties;
using MathNet.Numerics.RootFinding;
#if NOSYSNUMERICS
using Complex = Numerics.Complex;
#else
#if !NOSYSNUMERICS
using Complex = System.Numerics.Complex;
#endif