I\'m finding massive performance differences between similar code in C anc C#.
The C code is:
#include #include #inclu
It would seem to me that this is nothing to do with the languages themselves, rather it is to do with the different implementations of the square root function.