Any one knows how to write code that gives results for huge floating point numbers operations
i.e like the windows calculator.
ex:
98373645587365.98771882*98373645587365.98771882 :=9677374146148691666849920526.705
You probably want to use the newer SSE instructions.
http://en.wikipedia.org/wiki/Streaming_SIMD_Extensions
Nathan.