Re: Function minimization and random numbers



Jon Harrop> I'm thinking more of complex numbers, vectors and matrices

Fundamentally, these aren't tricky data-structures (although it is
frustrating that they aren't provided out-of-the-box); can I ask: what
is it that F# does so well with these, that couldn't be done in C#
with a custom class/struct?

I ask this in the context of some work I have been doing on generic
operators for C# - i.e. a now have a fully working Complex<T>
implementation.

Marc
.



Relevant Pages