What sort of mathematics do you use in your .NET application, excluding everything that's in System.Math?
I think that System.Math is woefully inadequate. For example, in several official .NET frameworks, I can count three different implementations of matrices. The same goes for vectors. One implementation of a complex number; several different implementations of arbitrary rational numbers, and so on.
So, what would you like to see in a hypothetical System.Mathematics
namespace?