The MASM Forum Archive 2004 to 2012

Project Support Forums => HLA Forum => Topic started by: karazeh2006 on October 19, 2008, 01:53:29 AM

Title: Huge Floating Point Numbers
Post by: karazeh2006 on October 19, 2008, 01:53:29 AM
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
Title: Re: Huge Floating Point Numbers
Post by: Evenbit on October 22, 2008, 10:38:20 PM
You probably want to use the newer SSE instructions.

http://en.wikipedia.org/wiki/Streaming_SIMD_Extensions

Nathan.